Searched refs:mem_resources (Results 1 - 25 of 34) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/86xx/
H A Dpci.c82 if (hose->mem_resources[i].flags & IORESOURCE_MEM){
84 hose->mem_resources[i].start,
85 hose->mem_resources[i].end
86 - hose->mem_resources[i].start + 1);
87 pcieow->pexotar = (hose->mem_resources[i].start) >> 12
90 pcieow->pexowbar = (hose->mem_resources[i].start) >> 12
94 (__ilog2(hose->mem_resources[i].end
95 - hose->mem_resources[i].start + 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dppc405_pci.c152 hose_a->mem_resources[0].start = new_pmm_min;
153 hose_a->mem_resources[0].end = new_pmm_max;
154 hose_a->mem_resources[0].flags = IORESOURCE_MEM;
155 hose_a->mem_resources[0].name = "PCI Memory";
H A Dmpc52xx_pci.c264 pci_init_resource(&hose->mem_resources[0],
270 pci_init_resource(&hose->mem_resources[1],
H A Dm82xx_pci.c362 pci_init_resource(&hose->mem_resources[0],
367 pci_init_resource(&hose->mem_resources[1],
H A Dppc83xx_setup.c368 pci_init_resource(&hose1->mem_resources[0],
403 pci_init_resource(&hose2->mem_resources[0],
H A Dppc85xx_setup.c298 pci_init_resource(&hose_a->mem_resources[0],
348 pci_init_resource(&hose_b->mem_resources[0],
H A Dmpc10x_common.c224 pci_init_resource (&hose->mem_resources[0],
237 pci_init_resource (&hose->mem_resources[0],
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dpci.c818 hose->mem_resources[0].name = np->full_name;
819 hose->mem_resources[0].start = 0x80000000;
820 hose->mem_resources[0].end = 0xefffffff;
821 hose->mem_resources[0].flags = IORESOURCE_MEM;
846 struct resource *res = &other->mem_resources[i];
855 if (hose->mem_resources[cur].start == res->start) {
857 cur, hose->mem_resources[cur].start,
859 hose->mem_resources[cur].start = res->end + 1;
862 if (hose->mem_resources[cur].end == res->end) {
864 cur, hose->mem_resources[cu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dpal4_pci.c56 pci_init_resource(&hose->mem_resources[0],
H A Dpowerpmc250.c289 hose->mem_resources[0].end = 0xffffffff;
H A Dprpmc800.c238 pci_init_resource(&hose->mem_resources[0],
258 pci_init_resource(&hose->mem_resources[0],
H A Dlopec.c129 hose->mem_resources[0].end = 0xffffffff;
H A Dmvme5100.c130 pci_init_resource(&hose->mem_resources[0], MVME5100_PCI_LOWER_MEM,
H A Dprpmc750.c143 pci_init_resource(&hose->mem_resources[0],
H A Dspruce.c84 pci_init_resource(&hose->mem_resources[0],
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dpci-bridge.h52 struct resource mem_resources[3]; member in struct:pci_controller
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dpci.c160 if (pci_ctrl->mem_resources[i].flags)
161 bus->resource[i+1] =&pci_ctrl->mem_resources[i];
199 res = &pci_ctrl->mem_resources[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dpci-bridge.h50 struct resource mem_resources[3]; member in struct:pci_controller
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dpci-bridge.h73 struct resource mem_resources[3]; member in struct:pci_controller
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dio-workarounds.c237 bus->mmio_start = phb->mem_resources[0].start;
238 bus->mmio_end = phb->mem_resources[0].end + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pci.c255 res = &hose->mem_resources[0];
269 res = &hose->mem_resources[1];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/4xx/
H A Debony.c183 pci_init_resource(&hose->mem_resources[0],
H A Dluan.c205 pci_init_resource(&hose->mem_resources[0],
H A Docotea.c205 pci_init_resource(&hose->mem_resources[0],
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/lib/
H A Dpci-auto.c43 * pcibios_init_resource(&pci_ctrl->mem_resources[0], <MEM space start>,
256 pciauto_upper_memspc = pci_ctrl->mem_resources[0].end + 1;

Completed in 243 milliseconds

12