Searched refs:PCI_REGION_SYS_MEMORY (Results 1 – 18 of 18) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | fsl_pci_init.c | 116 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 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()
|
| H A D | pci_sh4.c | 47 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_sh4_init()
|
| H A D | pci_msc01.c | 103 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in msc01_pci_init()
|
| H A D | tsi108_pci.c | 119 CONFIG_SYS_PCI_MEMORY_SIZE, PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_init_board()
|
| H A D | pci_gt64120.c | 154 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in gt64120_pci_init()
|
| H A D | pci_ftpci100.c | 268 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in ftpci_preinit()
|
| H A D | pci-uclass.c | 826 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 D | pci_mvebu.c | 412 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_init_board()
|
| H A D | pcie_imx.c | 667 0xefffffff, PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in imx_pcie_init()
|
| H A D | pcie_dw_rockchip.c | 772 } 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 D | pcie.c | 134 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 D | pci.c | 76 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 D | pci.c | 137 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_mcf5445x_init()
|
| /OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf547x_8x/ |
| H A D | pci.c | 139 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_mcf547x_8x_init()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | pci.c | 440 { PCI_REGION_SYS_MEMORY, "sysmem" },
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 482 #define PCI_REGION_SYS_MEMORY 0x00000100 /* System memory */ macro
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | fdt_support.c | 782 if (!(hose->regions[r].flags & PCI_REGION_SYS_MEMORY)) in fdt_pci_dma_ranges()
|