Home
last modified time | relevance | path

Searched refs:io_bus (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_msc01.c86 unsigned long io_bus, unsigned long io_phys, in msc01_pci_init() argument
110 pci_set_region(&hose->regions[2], io_bus, io_phys, io_size, in msc01_pci_init()
H A Dpci_gt64120.c137 unsigned long io_bus, unsigned long io_phys, in gt64120_pci_init() argument
161 pci_set_region(&hose->regions[2], io_bus, io_phys, io_size, in gt64120_pci_init()
H A Dfsl_pci_init.c660 pci_info->io_bus, in fsl_pci_init_port()
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dfsl_pci.h181 pci_addr_t io_bus; member
201 x.io_bus = CONFIG_SYS_PCI##num##_IO_BUS; \
214 x.io_bus = CONFIG_SYS_PCIE##num##_IO_BUS; \
/OK3568_Linux_fs/u-boot/include/
H A Dpci_msc01.h14 unsigned long mem_size, unsigned long io_bus,
H A Dpci_gt64120.h13 unsigned long io_bus, unsigned long io_phys,
/OK3568_Linux_fs/u-boot/board/freescale/qemu-ppce500/
H A Dqemu-ppce500.c179 pci_info.io_bus = pci_info.io_phys; in pci_init_board()