io_base_phys       39 arch/microblaze/include/asm/pci-bridge.h 	resource_size_t io_base_phys;
io_base_phys      111 arch/microblaze/pci/pci-common.c 		if (address >= hose->io_base_phys &&
io_base_phys      112 arch/microblaze/pci/pci-common.c 		    address < (hose->io_base_phys + size)) {
io_base_phys      115 arch/microblaze/pci/pci-common.c 			ret = base + (address - hose->io_base_phys);
io_base_phys      164 arch/microblaze/pci/pci-common.c 	vma->vm_pgoff += (ioaddr + hose->io_base_phys) >> PAGE_SHIFT;
io_base_phys      348 arch/microblaze/pci/pci-common.c 		offset += hose->io_base_phys;
io_base_phys      478 arch/microblaze/pci/pci-common.c 			hose->io_base_phys = range.cpu_addr - range.pci_addr;
io_base_phys     1046 arch/microblaze/pci/pci-common.c 		return (long)hose->io_base_phys;
io_base_phys       71 arch/powerpc/include/asm/pci-bridge.h 	resource_size_t io_base_phys;
io_base_phys      158 arch/powerpc/kernel/isa-bridge.c 	pci_process_ISA_OF_ranges(np, hose->io_base_phys);
io_base_phys      271 arch/powerpc/kernel/isa-bridge.c 	pci_process_ISA_OF_ranges(devnode, hose->io_base_phys);
io_base_phys      307 arch/powerpc/kernel/pci-common.c 		if (address >= hose->io_base_phys &&
io_base_phys      308 arch/powerpc/kernel/pci-common.c 		    address < (hose->io_base_phys + size)) {
io_base_phys      311 arch/powerpc/kernel/pci-common.c 			ret = base + (address - hose->io_base_phys);
io_base_phys      428 arch/powerpc/kernel/pci-common.c 	vma->vm_pgoff += (ioaddr + hose->io_base_phys) >> PAGE_SHIFT;
io_base_phys      608 arch/powerpc/kernel/pci-common.c 		offset += hose->io_base_phys;
io_base_phys      726 arch/powerpc/kernel/pci-common.c 			hose->io_base_phys = range.cpu_addr - range.pci_addr;
io_base_phys      312 arch/powerpc/kernel/pci_32.c 		return (long)hose->io_base_phys;
io_base_phys      133 arch/powerpc/kernel/pci_64.c 	phys_page = _ALIGN_DOWN(hose->io_base_phys, PAGE_SIZE);
io_base_phys      140 arch/powerpc/kernel/pci_64.c 	if (hose->pci_io_size == 0 || hose->io_base_phys == 0)
io_base_phys      154 arch/powerpc/kernel/pci_64.c 					      hose->io_base_phys - phys_page);
io_base_phys      158 arch/powerpc/kernel/pci_64.c 		 hose->io_base_phys, hose->io_base_virt, hose->io_base_alloc);
io_base_phys      252 arch/powerpc/kernel/pci_64.c 		return (long)hose->io_base_phys;
io_base_phys     1836 arch/powerpc/platforms/4xx/pci.c 					   hose->io_base_phys, 0,
io_base_phys      299 arch/powerpc/platforms/52xx/mpc52xx_pci.c 		 (unsigned long long)res->flags, (void*)hose->io_base_phys);
io_base_phys      301 arch/powerpc/platforms/52xx/mpc52xx_pci.c 	         MPC52xx_PCI_IWBTAR_TRANSLATION(hose->io_base_phys,
io_base_phys      728 arch/powerpc/platforms/powermac/pci.c 	hose->io_base_phys = 0xf4000000;
io_base_phys      273 arch/powerpc/sysdev/fsl_pci.c 				 (u64)hose->io_base_phys);
io_base_phys      276 arch/powerpc/sysdev/fsl_pci.c 			out_be32(&pci->pow[j].powbar, (hose->io_base_phys >> 12));