Home
last modified time | relevance | path

Searched refs:PCI_MEMORY_BASE (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/arch/xtensa/lib/
H A Dpci-auto.c188 pci_write_config_word(dev, PCI_MEMORY_BASE, pciauto_upper_memspc >> 16); in pciauto_postscan_setup_bridge()
/OK3568_Linux_fs/kernel/arch/arm/mach-cns3xxx/
H A Dpcie.c239 cns3xxx_write_config(cnspci, PCI_MEMORY_BASE, 2, mem_base); in cns3xxx_pcie_hw_init()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_auto.c196 dm_pci_write_config16(dev, PCI_MEMORY_BASE, in dm_pciauto_prescan_setup_bridge()
H A Dpci_auto_old.c204 pci_hose_write_config_word(hose, dev, PCI_MEMORY_BASE, in pciauto_prescan_setup_bridge()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci-bridge-emul.c110 [PCI_MEMORY_BASE / 4] = {
H A Dsetup-res.c173 pci_write_config_dword(dev, PCI_MEMORY_BASE, 0x0000fff0); in pci_disable_bridge_window()
H A Dsetup-bus.c627 pci_write_config_dword(bridge, PCI_MEMORY_BASE, l); in pci_setup_bridge_mmio()
H A Dprobe.c447 pci_read_config_word(dev, PCI_MEMORY_BASE, &mem_base_lo); in pci_read_bridge_mmio()
/OK3568_Linux_fs/kernel/arch/x86/pci/
H A Dce4100.c201 case PCI_MEMORY_BASE: in bridge_read()
/OK3568_Linux_fs/u-boot/cmd/
H A Dpci.c183 { "memory base", PCI_SIZE_16, PCI_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 Dpci_regs.h142 #define PCI_MEMORY_BASE 0x20 /* 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 Dpci_regs.h142 #define PCI_MEMORY_BASE 0x20 /* Memory range behind */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h142 #define PCI_MEMORY_BASE 0x20 /* Memory range behind */ macro
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dibmphp_pci.c952 …pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_BASE, 0x0000 | bus->rangeMem->start >>… in configure_bridge()
963 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_BASE, 0xffff); in configure_bridge()
H A Dcpqphp_ctrl.c2490 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function()
2644 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function()
H A Dcpqphp_pci.c758 pci_bus_read_config_word(pci_bus, devfn, PCI_MEMORY_BASE, &w_base); in cpqhp_save_used_resources()
H A Dibmphp_res.c2011 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_BASE, &start_mem_address); in update_bridge_ranges()
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h248 #define PCI_MEMORY_BASE 0x20 /* Memory range behind */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dpci.c1225 pci_write_config_dword(dev, PCI_MEMORY_BASE, reg); in fixup_u4_pcie()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-mvebu.c510 case PCI_MEMORY_BASE: in mvebu_pci_bridge_emul_base_conf_write()