Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/pci/
Dfixup-rc32434.c53 pci_write_config_word(dev, PCI_PREF_MEMORY_LIMIT, 0); in rc32434_pci_early_fixup()
/Linux-v5.10/arch/xtensa/lib/
Dpci-auto.c191 pci_write_config_word(dev, PCI_PREF_MEMORY_LIMIT, in pciauto_postscan_setup_bridge()
/Linux-v5.10/arch/x86/pci/
Dce4100.c227 case PCI_PREF_MEMORY_LIMIT: in bridge_read()
/Linux-v5.10/include/uapi/linux/
Dpci_regs.h147 #define PCI_PREF_MEMORY_LIMIT 0x26 macro
/Linux-v5.10/drivers/pci/hotplug/
Dibmphp_pci.c968 …pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, 0x0000 | bus->rangePFMem->… in configure_bridge()
983 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, 0x0000); in configure_bridge()
Dcpqphp_ctrl.c2503 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2715 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2721 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
Dcpqphp_pci.c775 pci_bus_read_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, &w_length); in cpqhp_save_used_resources()
Dibmphp_res.c2059 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, &end_mem_address); in update_bridge_ranges()
/Linux-v5.10/drivers/pci/
Dprobe.c471 pci_read_config_word(dev, PCI_PREF_MEMORY_LIMIT, &mem_limit_lo); in pci_read_bridge_mmio_pref()