Home
last modified time | relevance | path

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

/external/u-boot/drivers/pci/
Dfsl_pci_init.c115 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY | in fsl_pci_setup_inbound_windows()
131 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY | in fsl_pci_setup_inbound_windows()
144 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY | in fsl_pci_setup_inbound_windows()
170 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY | in fsl_pci_setup_inbound_windows()
179 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY | in fsl_pci_setup_inbound_windows()
215 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in fsl_pcie_boot_master()
230 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in fsl_pcie_boot_master()
248 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in fsl_pcie_boot_master()
336 flags &= PCI_REGION_SYS_MEMORY|PCI_REGION_TYPE; in fsl_pci_init()
337 if (flags != PCI_REGION_SYS_MEMORY) { in fsl_pci_init()
[all …]
Dpci_common.c189 flags, PCI_REGION_SYS_MEMORY, &phys_addr); in pci_hose_bus_to_phys()
258 flags, PCI_REGION_SYS_MEMORY, &bus_addr); in pci_hose_phys_to_bus()
Dpci_sh4.c46 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_sh4_init()
Dpci_msc01.c102 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in msc01_pci_init()
Dpci_gt64120.c153 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in gt64120_pci_init()
Dpci-uclass.c897 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in decode_regions()
911 base, size, PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in decode_regions()
1225 flags, PCI_REGION_SYS_MEMORY, in dm_pci_bus_to_phys()
1291 PCI_REGION_SYS_MEMORY, &bus_addr); in dm_pci_phys_to_bus()
Dpci_ftpci100.c267 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in ftpci_preinit()
Dpcie_imx.c681 0xefffffff, PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in imx_pcie_init()
Dpci_mvebu.c411 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_init_board()
/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dpcie.c133 hose->regions[i].flags = PCI_REGION_MEM | PCI_REGION_SYS_MEMORY; in PCIE_OP()
139 hose->regions[i].flags = PCI_REGION_MEM | PCI_REGION_SYS_MEMORY; in PCIE_OP()
Dpci.c75 hose->regions[i].flags = PCI_REGION_MEM | PCI_REGION_SYS_MEMORY; in pci_init_bus()
/external/u-boot/arch/m68k/cpu/mcf547x_8x/
Dpci.c138 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_mcf547x_8x_init()
/external/u-boot/arch/m68k/cpu/mcf5445x/
Dpci.c136 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_mcf5445x_init()
/external/u-boot/cmd/
Dpci.c616 { PCI_REGION_SYS_MEMORY, "sysmem" },
/external/u-boot/include/
Dpci.h481 #define PCI_REGION_SYS_MEMORY 0x00000100 /* System memory */ macro
/external/u-boot/common/
Dfdt_support.c667 if (!(hose->regions[r].flags & PCI_REGION_SYS_MEMORY)) in fdt_pci_dma_ranges()