Searched refs:PCI_REGION_SYS_MEMORY (Results 1 – 16 of 16) sorted by relevance
/external/u-boot/drivers/pci/ |
D | fsl_pci_init.c | 115 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 …]
|
D | pci_common.c | 189 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()
|
D | pci_sh4.c | 46 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_sh4_init()
|
D | pci_msc01.c | 102 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in msc01_pci_init()
|
D | pci_gt64120.c | 153 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in gt64120_pci_init()
|
D | pci-uclass.c | 897 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()
|
D | pci_ftpci100.c | 267 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in ftpci_preinit()
|
D | pci_mvebu.c | 411 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_init_board()
|
D | pcie_imx.c | 681 0xefffffff, PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in imx_pcie_init()
|
/external/u-boot/arch/powerpc/cpu/mpc83xx/ |
D | pcie.c | 133 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()
|
D | pci.c | 75 hose->regions[i].flags = PCI_REGION_MEM | PCI_REGION_SYS_MEMORY; in pci_init_bus()
|
/external/u-boot/arch/m68k/cpu/mcf547x_8x/ |
D | pci.c | 138 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_mcf547x_8x_init()
|
/external/u-boot/arch/m68k/cpu/mcf5445x/ |
D | pci.c | 136 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_mcf5445x_init()
|
/external/u-boot/cmd/ |
D | pci.c | 616 { PCI_REGION_SYS_MEMORY, "sysmem" },
|
/external/u-boot/include/ |
D | pci.h | 481 #define PCI_REGION_SYS_MEMORY 0x00000100 /* System memory */ macro
|
/external/u-boot/common/ |
D | fdt_support.c | 667 if (!(hose->regions[r].flags & PCI_REGION_SYS_MEMORY)) in fdt_pci_dma_ranges()
|