| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci_auto.c | 179 dm_pci_read_config16(dev, PCI_PREF_MEMORY_BASE, &prefechable_64); in dm_pciauto_prescan_setup_bridge() 210 dm_pci_write_config16(dev, PCI_PREF_MEMORY_BASE, in dm_pciauto_prescan_setup_bridge() 223 dm_pci_write_config16(dev, PCI_PREF_MEMORY_BASE, 0x1000); in dm_pciauto_prescan_setup_bridge()
|
| H A D | pci_auto_old.c | 188 pci_hose_read_config_word(hose, dev, PCI_PREF_MEMORY_BASE, in pciauto_prescan_setup_bridge() 215 pci_hose_write_config_word(hose, dev, PCI_PREF_MEMORY_BASE, in pciauto_prescan_setup_bridge() 231 pci_hose_write_config_word(hose, dev, PCI_PREF_MEMORY_BASE, 0x1000); in pciauto_prescan_setup_bridge()
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | pci-bridge-emul.c | 118 [PCI_PREF_MEMORY_BASE / 4] = { 334 bridge->pci_regs_behavior[PCI_PREF_MEMORY_BASE / 4].ro = ~0; in pci_bridge_emul_init() 335 bridge->pci_regs_behavior[PCI_PREF_MEMORY_BASE / 4].rw = 0; in pci_bridge_emul_init()
|
| H A D | probe.c | 369 pci_read_config_dword(bridge, PCI_PREF_MEMORY_BASE, &pmem); in pci_read_bridge_windows() 371 pci_write_config_dword(bridge, PCI_PREF_MEMORY_BASE, in pci_read_bridge_windows() 373 pci_read_config_dword(bridge, PCI_PREF_MEMORY_BASE, &pmem); in pci_read_bridge_windows() 374 pci_write_config_dword(bridge, PCI_PREF_MEMORY_BASE, 0x0); in pci_read_bridge_windows() 470 pci_read_config_word(dev, PCI_PREF_MEMORY_BASE, &mem_base_lo); in pci_read_bridge_mmio_pref()
|
| H A D | setup-res.c | 177 pci_write_config_dword(dev, PCI_PREF_MEMORY_BASE, 0x0000fff0); in pci_disable_bridge_window()
|
| H A D | setup-bus.c | 658 pci_write_config_dword(bridge, PCI_PREF_MEMORY_BASE, l); in pci_setup_bridge_mmio_pref()
|
| /OK3568_Linux_fs/kernel/arch/mips/pci/ |
| H A D | fixup-rc32434.c | 54 pci_write_config_word(dev, PCI_PREF_MEMORY_BASE, 0x10); in rc32434_pci_early_fixup()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/lib/ |
| H A D | pci-auto.c | 196 pci_write_config_word(dev, PCI_PREF_MEMORY_BASE, in pciauto_postscan_setup_bridge()
|
| /OK3568_Linux_fs/kernel/arch/x86/pci/ |
| H A D | ce4100.c | 224 case PCI_PREF_MEMORY_BASE: in bridge_read()
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | ibmphp_pci.c | 920 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_BASE, &pfmem_base); in configure_bridge() 967 …pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_BASE, 0x0000 | bus->rangePFMem->s… in configure_bridge() 982 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_BASE, 0xffff); in configure_bridge()
|
| H A D | cpqphp_ctrl.c | 2500 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function() 2696 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function()
|
| H A D | cpqphp_pci.c | 774 pci_bus_read_config_word(pci_bus, devfn, PCI_PREF_MEMORY_BASE, &w_base); in cpqhp_save_used_resources()
|
| H A D | ibmphp_res.c | 2058 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_BASE, &start_mem_address); in update_bridge_ranges()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | pci.c | 185 { "prefetch memory base", PCI_SIZE_16, PCI_PREF_MEMORY_BASE },
|
| /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 D | pci_regs.h | 146 #define PCI_PREF_MEMORY_BASE 0x24 /* Prefetchable memory range behind */ 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 D | pci_regs.h | 146 #define PCI_PREF_MEMORY_BASE 0x24 /* Prefetchable memory range behind */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | pci_regs.h | 146 #define PCI_PREF_MEMORY_BASE 0x24 /* Prefetchable memory range behind */ macro
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 252 #define PCI_PREF_MEMORY_BASE 0x24 /* Prefetchable memory range behind */ macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/ |
| H A D | pci.c | 1228 pci_write_config_dword(dev, PCI_PREF_MEMORY_BASE, 0); in fixup_u4_pcie()
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/ |
| H A D | pcie-tegra194.c | 866 val = dw_pcie_readl_dbi(pci, PCI_PREF_MEMORY_BASE); in tegra_pcie_prepare_host() 869 dw_pcie_writel_dbi(pci, PCI_PREF_MEMORY_BASE, val); in tegra_pcie_prepare_host()
|