Searched refs:PCI_REGION_IO (Results 1 – 25 of 33) sorted by relevance
12
/external/u-boot/board/freescale/mpc837xerdb/ |
D | pci.c | 28 flags: PCI_REGION_IO 43 .flags = PCI_REGION_IO, 58 .flags = PCI_REGION_IO,
|
/external/u-boot/board/freescale/mpc837xemds/ |
D | pci.c | 33 flags: PCI_REGION_IO 48 .flags = PCI_REGION_IO, 63 .flags = PCI_REGION_IO,
|
/external/u-boot/board/freescale/mpc8315erdb/ |
D | mpc8315erdb.c | 83 flags: PCI_REGION_IO 98 .flags = PCI_REGION_IO, 113 .flags = PCI_REGION_IO,
|
/external/u-boot/board/freescale/mpc8349itx/ |
D | pci.c | 26 flags: PCI_REGION_IO 48 flags: PCI_REGION_IO
|
/external/u-boot/include/ |
D | pci.h | 477 #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/ |
D | pci.c | 29 flags: PCI_REGION_IO 51 flags: PCI_REGION_IO
|
/external/u-boot/board/freescale/mpc8349emds/ |
D | pci.c | 25 flags: PCI_REGION_IO 47 flags: PCI_REGION_IO
|
/external/u-boot/arch/powerpc/cpu/mpc85xx/ |
D | pci.c | 116 PCI_REGION_IO); in pci_mpc85xx_init() 201 PCI_REGION_IO); in pci_mpc85xx_init()
|
/external/u-boot/board/sbc8349/ |
D | pci.c | 29 flags: PCI_REGION_IO
|
/external/u-boot/drivers/pci/ |
D | pci_sh4.c | 37 PCI_REGION_IO); in pci_sh4_init()
|
D | pci_auto_common.c | 90 case PCI_REGION_IO: in pciauto_config_init()
|
D | pci_msc01.c | 110 PCI_REGION_IO); in msc01_pci_init()
|
D | pci_gt64120.c | 161 PCI_REGION_IO); in gt64120_pci_init()
|
/external/u-boot/board/mpc8308_p1m/ |
D | mpc8308_p1m.c | 36 .flags = PCI_REGION_IO,
|
/external/u-boot/board/tqc/tqm834x/ |
D | pci.c | 27 flags: PCI_REGION_IO
|
/external/u-boot/board/esd/vme8349/ |
D | pci.c | 33 flags: PCI_REGION_IO
|
/external/u-boot/board/freescale/mpc8313erdb/ |
D | mpc8313erdb.c | 71 .flags = PCI_REGION_IO
|
/external/u-boot/board/freescale/mpc8308rdb/ |
D | mpc8308rdb.c | 100 .flags = PCI_REGION_IO,
|
/external/u-boot/board/freescale/mpc8323erdb/ |
D | mpc8323erdb.c | 154 flags: PCI_REGION_IO
|
/external/u-boot/arch/powerpc/cpu/mpc83xx/ |
D | pci.c | 51 if (reg->flags & PCI_REGION_IO) in pci_init_bus()
|
/external/u-boot/arch/m68k/cpu/mcf547x_8x/ |
D | pci.c | 134 CONFIG_SYS_PCI_IO_SIZE, PCI_REGION_IO); in pci_mcf547x_8x_init()
|
/external/u-boot/board/ve8313/ |
D | ve8313.c | 168 flags: PCI_REGION_IO
|
/external/u-boot/arch/m68k/cpu/mcf5445x/ |
D | pci.c | 132 CONFIG_SYS_PCI_IO_SIZE, PCI_REGION_IO); in pci_mcf5445x_init()
|
/external/u-boot/drivers/i2c/ |
D | intel_i2c.c | 254 PCI_REGION_IO); in intel_i2c_probe()
|
/external/u-boot/cmd/ |
D | pci.c | 614 { PCI_REGION_IO, "io" }, 618 { PCI_REGION_IO, "io" },
|
12