Searched refs:u4_pcie (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/maple/
H A Dpci.c37 static struct pci_controller *u3_agp, *u3_ht, *u4_pcie; variable in typeref:struct:
428 u4_pcie = hose;
502 if (u4_pcie != NULL && dev->bus->number == 0 &&
503 pci_bus_to_host(dev->bus) == u4_pcie) {
586 if (u4_pcie)
587 pci_setup_phb_io(u4_pcie, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dpci.c43 static struct pci_controller *u4_pcie; variable in typeref:struct:pci_controller
783 u4_pcie = hose;
827 else if (u4_pcie != NULL)
828 other = u4_pcie;
836 if (u4_pcie)
837 hose->last_busno = u4_pcie->first_busno - 1;
1060 if (u4_pcie)
1061 pci_setup_phb_io(u4_pcie, 0);

Completed in 40 milliseconds