| /OK3568_Linux_fs/u-boot/board/freescale/mpc8349itx/ |
| H A D | pci.c | 23 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH 35 flags: PCI_REGION_MEM 45 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH 57 flags: PCI_REGION_MEM
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc837xerdb/ |
| H A D | pci.c | 17 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH 23 flags: PCI_REGION_MEM 38 .flags = PCI_REGION_MEM, 53 .flags = PCI_REGION_MEM,
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc832xemds/ |
| H A D | pci.c | 26 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH 38 flags: PCI_REGION_MEM 48 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH 60 flags: PCI_REGION_MEM
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc837xemds/ |
| H A D | pci.c | 22 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH 28 flags: PCI_REGION_MEM 43 .flags = PCI_REGION_MEM, 58 .flags = PCI_REGION_MEM,
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8349emds/ |
| H A D | pci.c | 22 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH 34 flags: PCI_REGION_MEM 44 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH 56 flags: PCI_REGION_MEM
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8315erdb/ |
| H A D | mpc8315erdb.c | 72 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH 78 flags: PCI_REGION_MEM 93 .flags = PCI_REGION_MEM, 108 .flags = PCI_REGION_MEM,
|
| /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() 656 PCI_REGION_MEM); in fsl_pci_init_port()
|
| H A D | pci_sh4.c | 30 PCI_REGION_MEM); in pci_sh4_init() 47 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_sh4_init()
|
| H A D | pci_auto_common.c | 91 case PCI_REGION_MEM: in pciauto_config_init() 96 case (PCI_REGION_MEM | PCI_REGION_PREFETCH): in pciauto_config_init()
|
| H A D | pci_msc01.c | 103 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in msc01_pci_init() 107 PCI_REGION_MEM); 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() 124 CONFIG_SYS_PCI_MEM_PHYS, CONFIG_SYS_PCI_MEM_SIZE, PCI_REGION_MEM); in pci_init_board()
|
| H A D | pci_gt64120.c | 154 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in gt64120_pci_init() 158 PCI_REGION_MEM); in gt64120_pci_init()
|
| H A D | pci_common.c | 188 if ((flags & PCI_REGION_TYPE) == PCI_REGION_MEM) { in pci_hose_bus_to_phys() 257 if ((flags & PCI_REGION_TYPE) == PCI_REGION_MEM) { in pci_hose_phys_to_bus()
|
| /OK3568_Linux_fs/u-boot/board/sbc8349/ |
| H A D | pci.c | 26 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH 38 flags: PCI_REGION_MEM
|
| /OK3568_Linux_fs/u-boot/board/armltd/integrator/ |
| H A D | pci.c | 420 PCI_REGION_MEM); in pci_init_board() 426 PCI_REGION_MEM | in pci_init_board() 437 PCI_REGION_MEM); in pci_init_board() 441 PCI_REGION_MEM); in pci_init_board()
|
| /OK3568_Linux_fs/u-boot/board/tqc/tqm834x/ |
| H A D | pci.c | 24 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH 36 flags: PCI_REGION_MEM
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pci.h | 477 #define PCI_REGION_MEM 0x00000000 /* PCI memory space */ macro 644 pci_phys_to_bus((dev), (addr), PCI_REGION_MEM) 646 pci_bus_to_phys((dev), (addr), PCI_REGION_MEM) 651 pci_virt_to_bus((dev), (addr), PCI_REGION_MEM) 653 pci_bus_to_virt((dev), (addr), PCI_REGION_MEM, (len), (map_flags)) 1257 dm_pci_phys_to_bus((dev), (addr), PCI_REGION_MEM) 1259 dm_pci_bus_to_phys((dev), (addr), PCI_REGION_MEM) 1266 dm_pci_virt_to_bus((dev), (addr), PCI_REGION_MEM) 1268 dm_pci_bus_to_virt((dev), (addr), PCI_REGION_MEM, (len), (map_flags))
|
| /OK3568_Linux_fs/u-boot/board/esd/vme8349/ |
| H A D | pci.c | 30 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH 42 flags: PCI_REGION_MEM
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8313erdb/ |
| H A D | mpc8313erdb.c | 60 .flags = PCI_REGION_MEM | PCI_REGION_PREFETCH 66 .flags = PCI_REGION_MEM
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ehci-pci.c | 38 PCI_BASE_ADDRESS_0, PCI_REGION_MEM); in ehci_pci_init() 77 PCI_BASE_ADDRESS_0, PCI_REGION_MEM); in ehci_pci_legacy_init()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8323erdb/ |
| H A D | mpc8323erdb.c | 142 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH 148 flags: PCI_REGION_MEM
|
| /OK3568_Linux_fs/u-boot/board/ve8313/ |
| H A D | ve8313.c | 157 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH 163 flags: PCI_REGION_MEM
|
| /OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf5445x/ |
| H A D | pci.c | 130 CONFIG_SYS_PCI_MEM_SIZE, PCI_REGION_MEM); in pci_mcf5445x_init() 137 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_mcf5445x_init()
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/ |
| H A D | pci.c | 111 PCI_REGION_MEM); in pci_mpc85xx_init() 196 PCI_REGION_MEM); in pci_mpc85xx_init()
|
| /OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf547x_8x/ |
| H A D | pci.c | 132 CONFIG_SYS_PCI_MEM_SIZE, PCI_REGION_MEM); in pci_mcf547x_8x_init() 139 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_mcf547x_8x_init()
|