Home
last modified time | relevance | path

Searched refs:PCI_REGION_IO (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/u-boot/board/freescale/mpc837xerdb/
H A Dpci.c29 flags: PCI_REGION_IO
44 .flags = PCI_REGION_IO,
59 .flags = PCI_REGION_IO,
/OK3568_Linux_fs/u-boot/board/freescale/mpc837xemds/
H A Dpci.c34 flags: PCI_REGION_IO
49 .flags = PCI_REGION_IO,
64 .flags = PCI_REGION_IO,
/OK3568_Linux_fs/u-boot/board/freescale/mpc8315erdb/
H A Dmpc8315erdb.c84 flags: PCI_REGION_IO
99 .flags = PCI_REGION_IO,
114 .flags = PCI_REGION_IO,
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h478 #define PCI_REGION_IO 0x00000001 /* PCI IO space */ macro
647 #define pci_phys_to_io(dev, addr) pci_phys_to_bus((dev), (addr), PCI_REGION_IO)
648 #define pci_io_to_phys(dev, addr) pci_bus_to_phys((dev), (addr), PCI_REGION_IO)
655 pci_virt_to_bus((dev), (addr), PCI_REGION_IO)
657 pci_bus_to_virt((dev), (addr), PCI_REGION_IO, (len), (map_flags))
1261 dm_pci_phys_to_bus((dev), (addr), PCI_REGION_IO)
1263 dm_pci_bus_to_phys((dev), (addr), PCI_REGION_IO)
1270 dm_pci_virt_to_bus((dev), (addr), PCI_REGION_IO)
1272 dm_pci_bus_to_virt((dev), (addr), PCI_REGION_IO, (len), (map_flags))
/OK3568_Linux_fs/u-boot/board/freescale/mpc8349itx/
H A Dpci.c29 flags: PCI_REGION_IO
51 flags: PCI_REGION_IO
/OK3568_Linux_fs/u-boot/board/freescale/mpc832xemds/
H A Dpci.c32 flags: PCI_REGION_IO
54 flags: PCI_REGION_IO
/OK3568_Linux_fs/u-boot/board/freescale/mpc8349emds/
H A Dpci.c28 flags: PCI_REGION_IO
50 flags: PCI_REGION_IO
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dpci.c117 PCI_REGION_IO); in pci_mpc85xx_init()
202 PCI_REGION_IO); in pci_mpc85xx_init()
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_sh4.c38 PCI_REGION_IO); in pci_sh4_init()
H A Dpci_auto_common.c86 case PCI_REGION_IO: in pciauto_config_init()
H A Dpci_msc01.c111 PCI_REGION_IO); in msc01_pci_init()
H A Dtsi108_pci.c129 CONFIG_SYS_PCI_IO_PHYS, CONFIG_SYS_PCI_IO_SIZE, PCI_REGION_IO); in pci_init_board()
H A Dpci_gt64120.c162 PCI_REGION_IO); in gt64120_pci_init()
/OK3568_Linux_fs/u-boot/board/sbc8349/
H A Dpci.c32 flags: PCI_REGION_IO
/OK3568_Linux_fs/u-boot/board/tqc/tqm834x/
H A Dpci.c30 flags: PCI_REGION_IO
/OK3568_Linux_fs/u-boot/board/mpc8308_p1m/
H A Dmpc8308_p1m.c39 .flags = PCI_REGION_IO,
/OK3568_Linux_fs/u-boot/board/esd/vme8349/
H A Dpci.c36 flags: PCI_REGION_IO
/OK3568_Linux_fs/u-boot/board/freescale/mpc8313erdb/
H A Dmpc8313erdb.c72 .flags = PCI_REGION_IO
/OK3568_Linux_fs/u-boot/board/freescale/mpc8308rdb/
H A Dmpc8308rdb.c103 .flags = PCI_REGION_IO,
/OK3568_Linux_fs/u-boot/cmd/
H A Dpci.c438 { PCI_REGION_IO, "io" },
442 { PCI_REGION_IO, "io" },
/OK3568_Linux_fs/u-boot/board/freescale/mpc8323erdb/
H A Dmpc8323erdb.c154 flags: PCI_REGION_IO
/OK3568_Linux_fs/u-boot/board/ve8313/
H A Dve8313.c169 flags: PCI_REGION_IO
/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf5445x/
H A Dpci.c133 CONFIG_SYS_PCI_IO_SIZE, PCI_REGION_IO); in pci_mcf5445x_init()
/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf547x_8x/
H A Dpci.c135 CONFIG_SYS_PCI_IO_SIZE, PCI_REGION_IO); in pci_mcf547x_8x_init()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dpci.c52 if (reg->flags & PCI_REGION_IO) in pci_init_bus()

12