Searched refs:PCI_REGION_SYS_MEMORY (Results 1 – 19 of 19) sorted by relevance
/u-boot/drivers/pci/ |
A D | fsl_pci_init.c | 125 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY | in fsl_pci_setup_inbound_windows() 141 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY | in fsl_pci_setup_inbound_windows() 154 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() 189 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY | in fsl_pci_setup_inbound_windows() 225 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in fsl_pcie_boot_master() 240 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in fsl_pcie_boot_master() 258 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in fsl_pcie_boot_master() 352 flags &= PCI_REGION_SYS_MEMORY|PCI_REGION_TYPE; in fsl_pci_init() 353 if (flags != PCI_REGION_SYS_MEMORY) { in fsl_pci_init() [all …]
|
A D | pci_sh4.c | 47 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_sh4_init()
|
A D | pci_common.c | 190 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()
|
A D | pci_msc01.c | 103 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in msc01_pci_init()
|
A D | pci_gt64120.c | 155 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in gt64120_pci_init()
|
A D | pci-rcar-gen3.c | 345 if (hose->regions[i].flags != PCI_REGION_SYS_MEMORY) in rcar_gen3_pcie_probe() 370 if (hose->regions[i].flags == PCI_REGION_SYS_MEMORY) in rcar_gen3_pcie_probe()
|
A D | pci_ftpci100.c | 269 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in ftpci_preinit()
|
A D | pci-uclass.c | 996 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in decode_regions() 1374 flags, PCI_REGION_SYS_MEMORY, in dm_pci_bus_to_phys() 1440 PCI_REGION_SYS_MEMORY, &bus_addr); in dm_pci_phys_to_bus()
|
A D | pci_mvebu.c | 336 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in mvebu_pcie_probe()
|
A D | pcie_rockchip.c | 183 if (hose->regions[i].flags == PCI_REGION_SYS_MEMORY) in rockchip_pcie_atr_init()
|
A D | pcie_imx.c | 722 0xefffffff, PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in imx_pcie_init()
|
A D | pcie_dw_rockchip.c | 825 } else if (hose->regions[ret].flags == PCI_REGION_SYS_MEMORY) { in rockchip_pcie_probe()
|
/u-boot/arch/powerpc/cpu/mpc83xx/ |
A D | pcie.c | 135 hose->regions[i].flags = PCI_REGION_MEM | PCI_REGION_SYS_MEMORY; in PCIE_OP() 141 hose->regions[i].flags = PCI_REGION_MEM | PCI_REGION_SYS_MEMORY; in PCIE_OP()
|
A D | pci.c | 79 hose->regions[i].flags = PCI_REGION_MEM | PCI_REGION_SYS_MEMORY; in pci_init_bus()
|
/u-boot/arch/m68k/cpu/mcf5445x/ |
A D | pci.c | 137 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_mcf5445x_init()
|
/u-boot/arch/m68k/cpu/mcf547x_8x/ |
A D | pci.c | 139 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_mcf547x_8x_init()
|
/u-boot/cmd/ |
A D | pci.c | 618 { PCI_REGION_SYS_MEMORY, "sysmem" },
|
/u-boot/include/ |
A D | pci.h | 547 #define PCI_REGION_SYS_MEMORY 0x00000100 /* System memory */ macro
|
/u-boot/common/ |
A D | fdt_support.c | 693 if (!(hose->regions[r].flags & PCI_REGION_SYS_MEMORY)) in fdt_pci_dma_ranges()
|
Completed in 33 milliseconds