Home
last modified time | relevance | path

Searched refs:PCI_PREF_MEMORY_LIMIT (Results 1 – 8 of 8) sorted by relevance

/linux/arch/mips/pci/
H A Dfixup-rc32434.c53 pci_write_config_word(dev, PCI_PREF_MEMORY_LIMIT, 0); in rc32434_pci_early_fixup()
/linux/arch/xtensa/lib/
H A Dpci-auto.c192 pci_write_config_word(dev, PCI_PREF_MEMORY_LIMIT, in pciauto_postscan_setup_bridge()
/linux/arch/x86/pci/
H A Dce4100.c221 case PCI_PREF_MEMORY_LIMIT: in bridge_read()
/linux/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c2491 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 Dibmphp_pci.c967 …pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, 0x0000 | bus->rangePFMem->… in configure_bridge()
982 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, 0x0000); in configure_bridge()
H A Dcpqphp_pci.c768 pci_bus_read_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, &w_length); in cpqhp_save_used_resources()
H A Dibmphp_res.c2059 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, &end_mem_address); in update_bridge_ranges()
/linux/include/uapi/linux/
H A Dpci_regs.h153 #define PCI_PREF_MEMORY_LIMIT 0x26 macro