Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_msc01.c84 unsigned long sys_size, unsigned long mem_bus, in msc01_pci_init() argument
106 pci_set_region(&hose->regions[1], mem_bus, mem_phys, mem_size, in msc01_pci_init()
H A Dpci_gt64120.c135 unsigned long sys_size, unsigned long mem_bus, in gt64120_pci_init() argument
157 pci_set_region(&hose->regions[1], mem_bus, mem_phys, mem_size, in gt64120_pci_init()
H A Dfsl_pci_init.c653 pci_info->mem_bus, in fsl_pci_init_port()
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dfsl_pci.h178 pci_addr_t mem_bus; member
198 x.mem_bus = CONFIG_SYS_PCI##num##_MEM_BUS; \
211 x.mem_bus = CONFIG_SYS_PCIE##num##_MEM_BUS; \
/OK3568_Linux_fs/u-boot/include/
H A Dpci_msc01.h13 unsigned long mem_bus, unsigned long mem_phys,
H A Dpci_gt64120.h11 unsigned long sys_size, unsigned long mem_bus,
/OK3568_Linux_fs/u-boot/board/freescale/qemu-ppce500/
H A Dqemu-ppce500.c178 pci_info.mem_bus = pci_info.mem_phys; in pci_init_board()