Home
last modified time | relevance | path

Searched refs:PCI_REGION_MEM (Results 1 – 25 of 50) sorted by relevance

12

/OK3568_Linux_fs/u-boot/board/freescale/mpc8349itx/
H A Dpci.c23 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 Dpci.c17 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 Dpci.c26 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 Dpci.c22 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 Dpci.c22 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 Dmpc8315erdb.c72 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 Dfsl_pci_init.c116 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 Dpci_sh4.c30 PCI_REGION_MEM); in pci_sh4_init()
47 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in pci_sh4_init()
H A Dpci_auto_common.c91 case PCI_REGION_MEM: in pciauto_config_init()
96 case (PCI_REGION_MEM | PCI_REGION_PREFETCH): in pciauto_config_init()
H A Dpci_msc01.c103 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in msc01_pci_init()
107 PCI_REGION_MEM); in msc01_pci_init()
H A Dtsi108_pci.c119 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 Dpci_gt64120.c154 PCI_REGION_MEM | PCI_REGION_SYS_MEMORY); in gt64120_pci_init()
158 PCI_REGION_MEM); in gt64120_pci_init()
H A Dpci_common.c188 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 Dpci.c26 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
38 flags: PCI_REGION_MEM
/OK3568_Linux_fs/u-boot/board/armltd/integrator/
H A Dpci.c420 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 Dpci.c24 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
36 flags: PCI_REGION_MEM
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h477 #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 Dpci.c30 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
42 flags: PCI_REGION_MEM
/OK3568_Linux_fs/u-boot/board/freescale/mpc8313erdb/
H A Dmpc8313erdb.c60 .flags = PCI_REGION_MEM | PCI_REGION_PREFETCH
66 .flags = PCI_REGION_MEM
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-pci.c38 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 Dmpc8323erdb.c142 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
148 flags: PCI_REGION_MEM
/OK3568_Linux_fs/u-boot/board/ve8313/
H A Dve8313.c157 flags: PCI_REGION_MEM | PCI_REGION_PREFETCH
163 flags: PCI_REGION_MEM
/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf5445x/
H A Dpci.c130 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 Dpci.c111 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 Dpci.c132 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()

12