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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dbcm5301x_pcie.c208 } soc_pcie_ports[4] = { variable in typeref:struct:soc_pcie_port
322 BUG_ON(port >= ARRAY_SIZE(soc_pcie_ports));
323 return & soc_pcie_ports[port];
1562 for (i = 0; i < (ARRAY_SIZE(soc_pcie_ports) - 1); i++) {
1636 pci_scan_bus(0, &pcibios_ops, &soc_pcie_ports[0].hw_pci);
1642 for (i = 1; i < ARRAY_SIZE(soc_pcie_ports); i++) {
1643 struct soc_pcie_port *port = &soc_pcie_ports[i];

Completed in 102 milliseconds