Home
last modified time | relevance | path

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

12

/external/u-boot/board/freescale/mpc837xerdb/
Dpci.c28 flags: PCI_REGION_IO
43 .flags = PCI_REGION_IO,
58 .flags = PCI_REGION_IO,
/external/u-boot/board/freescale/mpc837xemds/
Dpci.c33 flags: PCI_REGION_IO
48 .flags = PCI_REGION_IO,
63 .flags = PCI_REGION_IO,
/external/u-boot/board/freescale/mpc8315erdb/
Dmpc8315erdb.c83 flags: PCI_REGION_IO
98 .flags = PCI_REGION_IO,
113 .flags = PCI_REGION_IO,
/external/u-boot/board/freescale/mpc8349itx/
Dpci.c26 flags: PCI_REGION_IO
48 flags: PCI_REGION_IO
/external/u-boot/include/
Dpci.h477 #define PCI_REGION_IO 0x00000001 /* PCI IO space */ macro
644 #define pci_phys_to_io(dev, addr) pci_phys_to_bus((dev), (addr), PCI_REGION_IO)
645 #define pci_io_to_phys(dev, addr) pci_bus_to_phys((dev), (addr), PCI_REGION_IO)
652 pci_virt_to_bus((dev), (addr), PCI_REGION_IO)
654 pci_bus_to_virt((dev), (addr), PCI_REGION_IO, (len), (map_flags))
1322 dm_pci_phys_to_bus((dev), (addr), PCI_REGION_IO)
1324 dm_pci_bus_to_phys((dev), (addr), PCI_REGION_IO)
1331 dm_pci_virt_to_bus((dev), (addr), PCI_REGION_IO)
1333 dm_pci_bus_to_virt((dev), (addr), PCI_REGION_IO, (len), (map_flags))
/external/u-boot/board/freescale/mpc832xemds/
Dpci.c29 flags: PCI_REGION_IO
51 flags: PCI_REGION_IO
/external/u-boot/board/freescale/mpc8349emds/
Dpci.c25 flags: PCI_REGION_IO
47 flags: PCI_REGION_IO
/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dpci.c116 PCI_REGION_IO); in pci_mpc85xx_init()
201 PCI_REGION_IO); in pci_mpc85xx_init()
/external/u-boot/board/sbc8349/
Dpci.c29 flags: PCI_REGION_IO
/external/u-boot/drivers/pci/
Dpci_sh4.c37 PCI_REGION_IO); in pci_sh4_init()
Dpci_auto_common.c90 case PCI_REGION_IO: in pciauto_config_init()
Dpci_msc01.c110 PCI_REGION_IO); in msc01_pci_init()
Dpci_gt64120.c161 PCI_REGION_IO); in gt64120_pci_init()
/external/u-boot/board/mpc8308_p1m/
Dmpc8308_p1m.c36 .flags = PCI_REGION_IO,
/external/u-boot/board/tqc/tqm834x/
Dpci.c27 flags: PCI_REGION_IO
/external/u-boot/board/esd/vme8349/
Dpci.c33 flags: PCI_REGION_IO
/external/u-boot/board/freescale/mpc8313erdb/
Dmpc8313erdb.c71 .flags = PCI_REGION_IO
/external/u-boot/board/freescale/mpc8308rdb/
Dmpc8308rdb.c100 .flags = PCI_REGION_IO,
/external/u-boot/board/freescale/mpc8323erdb/
Dmpc8323erdb.c154 flags: PCI_REGION_IO
/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dpci.c51 if (reg->flags & PCI_REGION_IO) in pci_init_bus()
/external/u-boot/arch/m68k/cpu/mcf547x_8x/
Dpci.c134 CONFIG_SYS_PCI_IO_SIZE, PCI_REGION_IO); in pci_mcf547x_8x_init()
/external/u-boot/board/ve8313/
Dve8313.c168 flags: PCI_REGION_IO
/external/u-boot/arch/m68k/cpu/mcf5445x/
Dpci.c132 CONFIG_SYS_PCI_IO_SIZE, PCI_REGION_IO); in pci_mcf5445x_init()
/external/u-boot/drivers/i2c/
Dintel_i2c.c254 PCI_REGION_IO); in intel_i2c_probe()
/external/u-boot/cmd/
Dpci.c614 { PCI_REGION_IO, "io" },
618 { PCI_REGION_IO, "io" },

12