Home
last modified time | relevance | path

Searched refs:PCI_MEMORY_LIMIT (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/pci/
H A Dce4100.c202 case PCI_MEMORY_LIMIT: in bridge_read()
214 if (reg == PCI_MEMORY_LIMIT) in bridge_read()
/OK3568_Linux_fs/kernel/arch/xtensa/lib/
H A Dpci-auto.c163 pci_write_config_word(dev, PCI_MEMORY_LIMIT, in pciauto_prescan_setup_bridge()
/OK3568_Linux_fs/kernel/arch/arm/mach-cns3xxx/
H A Dpcie.c240 cns3xxx_write_config(cnspci, PCI_MEMORY_LIMIT, 2, mem_limit); in cns3xxx_pcie_hw_init()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_auto.c266 dm_pci_write_config16(dev, PCI_MEMORY_LIMIT, in dm_pciauto_postscan_setup_bridge()
H A Dpci_auto_old.c275 pci_hose_write_config_word(hose, dev, PCI_MEMORY_LIMIT, in pciauto_postscan_setup_bridge()
/OK3568_Linux_fs/u-boot/cmd/
H A Dpci.c184 { "memory limit", PCI_SIZE_16, PCI_MEMORY_LIMIT },
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpci_regs.h143 #define PCI_MEMORY_LIMIT 0x22 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpci_regs.h143 #define PCI_MEMORY_LIMIT 0x22 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h143 #define PCI_MEMORY_LIMIT 0x22 macro
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dibmphp_pci.c953 …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()
H A Dcpqphp_ctrl.c2493 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()
H A Dcpqphp_pci.c759 pci_bus_read_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, &w_length); in cpqhp_save_used_resources()
H A Dibmphp_res.c2012 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_LIMIT, &end_mem_address); in update_bridge_ranges()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h249 #define PCI_MEMORY_LIMIT 0x22 macro
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dprobe.c448 pci_read_config_word(dev, PCI_MEMORY_LIMIT, &mem_limit_lo); in pci_read_bridge_mmio()