Searched refs:PCI_PREF_MEMORY_LIMIT (Results 1 – 8 of 8) sorted by relevance
/linux/arch/mips/pci/ |
H A D | fixup-rc32434.c | 53 pci_write_config_word(dev, PCI_PREF_MEMORY_LIMIT, 0); in rc32434_pci_early_fixup()
|
/linux/arch/xtensa/lib/ |
H A D | pci-auto.c | 192 pci_write_config_word(dev, PCI_PREF_MEMORY_LIMIT, in pciauto_postscan_setup_bridge()
|
/linux/arch/x86/pci/ |
H A D | ce4100.c | 221 case PCI_PREF_MEMORY_LIMIT: in bridge_read()
|
/linux/include/uapi/linux/ |
H A D | pci_regs.h | 148 #define PCI_PREF_MEMORY_LIMIT 0x26 macro
|
/linux/drivers/pci/hotplug/ |
H A D | ibmphp_pci.c | 967 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, 0x0000 | bus->rangePFMem->end >> 16); in configure_bridge() 972 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, &temp); in configure_bridge() 982 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, 0x0000); in configure_bridge()
|
H A D | cpqphp_ctrl.c | 2491 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function() 2703 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function() 2709 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
|
H A D | ibmphp_res.c | 2059 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, &end_mem_address); in update_bridge_ranges()
|
/linux/drivers/pci/ |
H A D | probe.c | 462 pci_read_config_word(dev, PCI_PREF_MEMORY_LIMIT, &mem_limit_lo); in pci_read_bridge_mmio_pref()
|