Searched refs:PCI_MEMORY_LIMIT (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/arch/x86/pci/ |
D | ce4100.c | 218 case PCI_MEMORY_LIMIT: in bridge_read() 230 if (reg == PCI_MEMORY_LIMIT) in bridge_read()
|
/Linux-v4.19/arch/xtensa/lib/ |
D | pci-auto.c | 167 pci_write_config_word(dev, PCI_MEMORY_LIMIT, in pciauto_prescan_setup_bridge()
|
/Linux-v4.19/arch/arm/mach-cns3xxx/ |
D | pcie.c | 243 cns3xxx_write_config(cnspci, PCI_MEMORY_LIMIT, 2, mem_limit); in cns3xxx_pcie_hw_init()
|
/Linux-v4.19/include/uapi/linux/ |
D | pci_regs.h | 142 #define PCI_MEMORY_LIMIT 0x22 macro
|
/Linux-v4.19/drivers/pci/hotplug/ |
D | ibmphp_pci.c | 953 …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()
|
D | cpqphp_ctrl.c | 2526 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()
|
D | cpqphp_pci.c | 759 pci_bus_read_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, &w_length); in cpqhp_save_used_resources()
|
D | ibmphp_res.c | 2011 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_LIMIT, &end_mem_address); in update_bridge_ranges()
|
/Linux-v4.19/arch/ia64/sn/pci/ |
D | tioce_provider.c | 810 PCI_MEMORY_LIMIT, 2, &tmp); in tioce_kern_init()
|
/Linux-v4.19/drivers/pci/ |
D | probe.c | 401 pci_read_config_word(dev, PCI_MEMORY_LIMIT, &mem_limit_lo); in pci_read_bridge_mmio()
|