Searched refs:io_base_phys (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dpci_64.c157 phys_page = _ALIGN_DOWN(hose->io_base_phys, PAGE_SIZE);
164 if (hose->pci_io_size == 0 || hose->io_base_phys == 0)
178 hose->io_base_phys - phys_page);
182 hose->io_base_phys, hose->io_base_virt, hose->io_base_alloc);
258 return (long)hose->io_base_phys;
H A Disa-bridge.c161 pci_process_ISA_OF_ranges(np, hose->io_base_phys);
183 pci_process_ISA_OF_ranges(devnode, hose->io_base_phys);
H A Dpci-common.c140 if (address >= hose->io_base_phys &&
141 address < (hose->io_base_phys + size)) {
144 ret = base + (address - hose->io_base_phys);
333 *offset += hose->io_base_phys - io_offset;
574 offset += hose->io_base_phys;
732 /* pci_io_size and io_base_phys always represent IO
736 hose->io_base_phys = cpu_addr - pci_addr;
H A Dpci_32.c438 return (long)hose->io_base_phys;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dpci-bridge.h55 resource_size_t io_base_phys; member in struct:pci_controller
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pci.c292 ".io_base_phys=0x%p\n",
295 (unsigned long long)res->flags, (void*)hose->io_base_phys);
297 MPC52xx_PCI_IWBTAR_TRANSLATION(hose->io_base_phys,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/pci/
H A Dpci-common.c136 if (address >= hose->io_base_phys &&
137 address < (hose->io_base_phys + size)) {
140 ret = base + (address - hose->io_base_phys);
324 *offset += hose->io_base_phys - io_offset;
566 offset += hose->io_base_phys;
728 /* pci_io_size and io_base_phys always represent IO
732 hose->io_base_phys = cpu_addr - pci_addr;
H A Dpci_32.c419 return (long)hose->io_base_phys;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpci-bridge.h86 resource_size_t io_base_phys; member in struct:pci_controller
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dfsl_pci.c151 (u64)hose->io_base_phys);
154 out_be32(&pci->pow[j].powbar, (hose->io_base_phys >> 12));
H A Dppc4xx_pci.c1628 hose->io_base_phys, 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dpci.c845 hose->io_base_phys = 0xf4000000;

Completed in 125 milliseconds