Home
last modified time | relevance | path

Searched refs:PCI_MEMORY_LIMIT (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/include/uapi/linux/
Dpci_regs.h140 #define PCI_MEMORY_LIMIT 0x22 macro
/linux-4.19.296/drivers/pci/hotplug/
Dibmphp_pci.c953 …pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_LIMIT, 0x0000 | bus->rangeMem->end >> … in configure_bridge()
964 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_LIMIT, 0x0000); in configure_bridge()
Dcpqphp_ctrl.c2526 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
2696 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
2703 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
Dcpqphp_pci.c759 pci_bus_read_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, &w_length); in cpqhp_save_used_resources()
Dibmphp_res.c2011 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_LIMIT, &end_mem_address); in update_bridge_ranges()
/linux-4.19.296/drivers/pci/
Dprobe.c452 pci_read_config_word(dev, PCI_MEMORY_LIMIT, &mem_limit_lo); in pci_read_bridge_mmio()