Home
last modified time | relevance | path

Searched refs:PCI_REGION_SYS_MEMORY (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dfsl_pci_init.c116 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY | in fsl_pci_setup_inbound_windows()
132 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY | in fsl_pci_setup_inbound_windows()
145 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY | in fsl_pci_setup_inbound_windows()
171 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY | in fsl_pci_setup_inbound_windows()
180 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY | in fsl_pci_setup_inbound_windows()
216 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in fsl_pcie_boot_master()
231 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in fsl_pcie_boot_master()
249 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in fsl_pcie_boot_master()
337 flags &= PCI_REGION_SYS_MEMORY|PCI_REGION_TYPE; in fsl_pci_init()
338 if (flags != PCI_REGION_SYS_MEMORY) { in fsl_pci_init()
[all …]
H A Dpci_common.c190 flags, PCI_REGION_SYS_MEMORY, &phys_addr); in pci_hose_bus_to_phys()
259 flags, PCI_REGION_SYS_MEMORY, &bus_addr); in pci_hose_phys_to_bus()
H A Dpci_sh4.c47 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_sh4_init()
H A Dpci_msc01.c103 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in msc01_pci_init()
H A Dtsi108_pci.c119 CONFIG_SYS_PCI_MEMORY_SIZE, PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_init_board()
H A Dpci_gt64120.c154 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in gt64120_pci_init()
H A Dpci_ftpci100.c268 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in ftpci_preinit()
H A Dpci-uclass.c826 size, PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in decode_regions()
1140 flags, PCI_REGION_SYS_MEMORY, in dm_pci_bus_to_phys()
1201 PCI_REGION_SYS_MEMORY, &bus_addr); in dm_pci_phys_to_bus()
H A Dpci_mvebu.c412 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_init_board()
H A Dpcie_imx.c667 0xefffffff, PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in imx_pcie_init()
H A Dpcie_dw_rockchip.c772 } else if (hose->regions[ret].flags == PCI_REGION_SYS_MEMORY) { in rockchip_pcie_probe()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dpcie.c134 hose->regions[i].flags = PCI_REGION_MEM | PCI_REGION_SYS_MEMORY; in PCIE_OP()
140 hose->regions[i].flags = PCI_REGION_MEM | PCI_REGION_SYS_MEMORY; in PCIE_OP()
H A Dpci.c76 hose->regions[i].flags = PCI_REGION_MEM | PCI_REGION_SYS_MEMORY; in pci_init_bus()
/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf5445x/
H A Dpci.c137 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_mcf5445x_init()
/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf547x_8x/
H A Dpci.c139 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_mcf547x_8x_init()
/OK3568_Linux_fs/u-boot/cmd/
H A Dpci.c440 { PCI_REGION_SYS_MEMORY, "sysmem" },
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h482 #define PCI_REGION_SYS_MEMORY 0x00000100 /* System memory */ macro
/OK3568_Linux_fs/u-boot/common/
H A Dfdt_support.c782 if (!(hose->regions[r].flags & PCI_REGION_SYS_MEMORY)) in fdt_pci_dma_ranges()