Searched refs:pci_mem_offset (Results 1 - 25 of 28) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ppc/
H A Dhawk.h30 extern int hawk_mpic_init(unsigned int pci_mem_offset);
H A Dharrier.h35 int harrier_mpic_init(unsigned int pci_mem_offset);
H A Dmpc10x.h86 (hose)->pci_mem_offset = MPC10X_MAP##map##_PCI_MEM_OFFSET; \
H A Dpci-bridge.h58 resource_size_t pci_mem_offset; member in struct:pci_controller
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/platforms/
H A Dpal4_pci.c47 hose->pci_mem_offset = 0;
H A Dmvme5100.c124 hose->pci_mem_offset = MVME5100_PCI_MEM_OFFSET;
H A Dprpmc750.c136 hose->pci_mem_offset = PRPMC750_PCI_PHY_MEM_OFFSET;
H A Dprpmc800.c228 hose->pci_mem_offset = PRPMC800_PCI_PHY_MEM_OFFSET;
H A Dpplus.c497 hose->pci_mem_offset = PREP_ISA_MEM_BASE;
H A Dprep_pci.c1205 hose->pci_mem_offset = PREP_ISA_MEM_BASE;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/kernel/
H A Dpci.c108 offset = hose->pci_mem_offset;
139 offset = hose->pci_mem_offset;
154 offset = hose->pci_mem_offset;
426 off = hose->pci_mem_offset;
434 off = hose->pci_mem_offset;
710 res->start = hose->pci_mem_offset;
728 } else if (hose->pci_mem_offset
730 res->start += hose->pci_mem_offset;
731 res->end += hose->pci_mem_offset;
824 return hose->pci_mem_offset;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/syslib/
H A Dhawk_common.c287 hawk_mpic_init(unsigned int pci_mem_offset) argument
313 OpenPIC_Addr = ioremap(pci_membase + pci_mem_offset, 0x22000);
H A Dppc405_pci.c137 hose_a->pci_mem_offset = 0;
H A Dppc83xx_setup.c348 hose1->pci_mem_offset = MPC83xx_PCI1_MEM_OFFSET;
390 hose2->pci_mem_offset = MPC83xx_PCI2_MEM_OFFSET;
H A Dppc85xx_setup.c280 hose_a->pci_mem_offset = MPC85XX_PCI1_MEM_OFFSET;
338 hose_b->pci_mem_offset = MPC85XX_PCI2_MEM_OFFSET;
H A Dmpc52xx_pci.c255 hose->pci_mem_offset = MPC52xx_PCI_MEM_OFFSET;
H A Dm82xx_pci.c354 hose->pci_mem_offset = M82xx_PCI_MEM_OFFSET;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dpci_32.c111 offset = hose->pci_mem_offset;
140 offset = hose->pci_mem_offset;
155 offset = hose->pci_mem_offset;
424 off = hose->pci_mem_offset;
432 off = hose->pci_mem_offset;
941 hose->pci_mem_offset = ranges[na+2] - ranges[2];
1295 res->start = hose->pci_mem_offset;
1313 } else if (hose->pci_mem_offset
1315 res->start += hose->pci_mem_offset;
1316 res->end += hose->pci_mem_offset;
[all...]
H A Dpci_64.c106 offset = hose->pci_mem_offset;
125 offset = hose->pci_mem_offset;
172 if (start - hose->pci_mem_offset < PCIBIOS_MIN_MEM)
173 start = PCIBIOS_MIN_MEM + hose->pci_mem_offset;
1004 hose->pci_mem_offset = cpu_phys_addr - pci_addr;
1185 res->start += hose->pci_mem_offset;
1186 res->end += hose->pci_mem_offset;
1437 return (long)hose->pci_mem_offset;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dpci-bridge.h39 resource_size_t pci_mem_offset; member in struct:pci_controller
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/platforms/4xx/
H A Debony.c175 hose->pci_mem_offset = EBONY_PCI_MEM_OFFSET;
H A Dluan.c197 hose->pci_mem_offset = LUAN_PCIX_MEM_OFFSET;
H A Docotea.c197 hose->pci_mem_offset = OCOTEA_PCI_MEM_OFFSET;
H A Dbamboo.c264 hose->pci_mem_offset = BAMBOO_PCI_MEM_OFFSET;
H A Dtaishan.c257 hose->pci_mem_offset = TAISHAN_PCI_MEM_OFFSET;

Completed in 202 milliseconds

12