Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_auto.c224 dm_pci_write_config16(dev, PCI_PREF_MEMORY_LIMIT, 0x0); in dm_pciauto_prescan_setup_bridge()
273 dm_pci_read_config16(dev, PCI_PREF_MEMORY_LIMIT, in dm_pciauto_postscan_setup_bridge()
280 dm_pci_write_config16(dev, PCI_PREF_MEMORY_LIMIT, in dm_pciauto_postscan_setup_bridge()
H A Dpci_auto_old.c232 pci_hose_write_config_word(hose, dev, PCI_PREF_MEMORY_LIMIT, 0x0); in pciauto_prescan_setup_bridge()
283 PCI_PREF_MEMORY_LIMIT, in pciauto_postscan_setup_bridge()
290 pci_hose_write_config_word(hose, dev, PCI_PREF_MEMORY_LIMIT, in pciauto_postscan_setup_bridge()
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dfixup-rc32434.c53 pci_write_config_word(dev, PCI_PREF_MEMORY_LIMIT, 0); in rc32434_pci_early_fixup()
/OK3568_Linux_fs/kernel/arch/xtensa/lib/
H A Dpci-auto.c191 pci_write_config_word(dev, PCI_PREF_MEMORY_LIMIT, in pciauto_postscan_setup_bridge()
/OK3568_Linux_fs/kernel/arch/x86/pci/
H A Dce4100.c227 case PCI_PREF_MEMORY_LIMIT: in bridge_read()
/OK3568_Linux_fs/u-boot/cmd/
H A Dpci.c186 { "prefetch memory limit", PCI_SIZE_16, PCI_PREF_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.h147 #define PCI_PREF_MEMORY_LIMIT 0x26 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.h147 #define PCI_PREF_MEMORY_LIMIT 0x26 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h147 #define PCI_PREF_MEMORY_LIMIT 0x26 macro
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A 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()
H A 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()
H A Dcpqphp_pci.c775 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()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h253 #define PCI_PREF_MEMORY_LIMIT 0x26 macro
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dprobe.c471 pci_read_config_word(dev, PCI_PREF_MEMORY_LIMIT, &mem_limit_lo); in pci_read_bridge_mmio_pref()