Searched refs:isswitch (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.c204 bool isswitch; member in struct:soc_pcie_port
218 .isswitch = 0,
235 .isswitch = 0,
252 .isswitch = 0,
269 .isswitch = 0,
582 if (port->isswitch == 1) {
628 if ((bus->number == (bus_inc + 1)) && (port->isswitch == 0) &&
632 port->isswitch = 1;
633 } else if ((bus->number == (bus_inc + 1)) && (port->isswitch == 0) &&
637 port->isswitch
[all...]

Completed in 29 milliseconds