Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A 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()
342 flags &= PCI_REGION_SYS_MEMORY|PCI_REGION_TYPE; in fsl_pci_init()
343 if (flags != PCI_REGION_SYS_MEMORY) { in fsl_pci_init()
[all …]
H A Dpci_sh4.c46 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_sh4_init()
H A 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()
H A Dpci_msc01.c102 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in msc01_pci_init()
H A Dpci_gt64120.c153 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in gt64120_pci_init()
H A Dpci-uclass.c926 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in decode_regions()
940 base, size, PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in decode_regions()
1260 flags, PCI_REGION_SYS_MEMORY, in dm_pci_bus_to_phys()
1326 PCI_REGION_SYS_MEMORY, &bus_addr); in dm_pci_phys_to_bus()
H A Dpci_ftpci100.c267 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in ftpci_preinit()
H A Dpcie_imx.c681 0xefffffff, PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in imx_pcie_init()
H A Dpci_mvebu.c326 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in mvebu_pcie_probe()
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A 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()
H A Dpci.c75 hose->regions[i].flags = PCI_REGION_MEM | PCI_REGION_SYS_MEMORY; in pci_init_bus()
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dpci.c136 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_mcf5445x_init()
/openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/
H A Dpci.c138 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_mcf547x_8x_init()
/openbmc/u-boot/cmd/
H A Dpci.c616 { PCI_REGION_SYS_MEMORY, "sysmem" },
/openbmc/u-boot/include/
H A Dpci.h485 #define PCI_REGION_SYS_MEMORY 0x00000100 /* System memory */ macro
/openbmc/u-boot/common/
H A Dfdt_support.c667 if (!(hose->regions[r].flags & PCI_REGION_SYS_MEMORY)) in fdt_pci_dma_ranges()