Searched refs:PCI_MEMORY_LIMIT (Results 1 – 9 of 9) sorted by relevance
/linux/arch/x86/pci/ |
A D | ce4100.c | 202 case PCI_MEMORY_LIMIT: in bridge_read() 214 if (reg == PCI_MEMORY_LIMIT) in bridge_read()
|
/linux/arch/xtensa/lib/ |
A D | pci-auto.c | 163 pci_write_config_word(dev, PCI_MEMORY_LIMIT, in pciauto_prescan_setup_bridge()
|
/linux/arch/arm/mach-cns3xxx/ |
A D | pcie.c | 240 cns3xxx_write_config(cnspci, PCI_MEMORY_LIMIT, 2, mem_limit); in cns3xxx_pcie_hw_init()
|
/linux/include/uapi/linux/ |
A D | pci_regs.h | 143 #define PCI_MEMORY_LIMIT 0x22 macro
|
/linux/drivers/pci/hotplug/ |
A D | ibmphp_pci.c | 952 …pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_LIMIT, 0x0000 | bus->rangeMem->end >> … in configure_bridge() 963 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_LIMIT, 0x0000); in configure_bridge()
|
A D | cpqphp_ctrl.c | 2493 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function() 2663 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function() 2670 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
|
A D | cpqphp_pci.c | 761 pci_bus_read_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, &w_length); in cpqhp_save_used_resources()
|
A D | ibmphp_res.c | 2012 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_LIMIT, &end_mem_address); in update_bridge_ranges()
|
/linux/drivers/pci/ |
A D | probe.c | 449 pci_read_config_word(dev, PCI_MEMORY_LIMIT, &mem_limit_lo); in pci_read_bridge_mmio()
|
Completed in 26 milliseconds