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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Driodrvr.h92 unsigned int RIOFirstPortsBooted; /* lowest port number running */ member in struct:rio_info
H A Drioboot.c800 if (sysport < p->RIOFirstPortsBooted)
801 p->RIOFirstPortsBooted = sysport;
811 if (sysport < p->RIOFirstPortsBooted)
812 p->RIOFirstPortsBooted = sysport;
986 if (HostP->Mapping[entry].SysPort < p->RIOFirstPortsBooted)
987 p->RIOFirstPortsBooted = HostP->Mapping[entry].SysPort;
1003 if (HostP->Mapping[entry2].SysPort < p->RIOFirstPortsBooted)
1004 p->RIOFirstPortsBooted = HostP->Mapping[entry2].SysPort;
H A Driointr.c208 for (port = p->RIOFirstPortsBooted; port < p->RIOLastPortsBooted + PORTS_PER_RTA; port++) {
287 for (port = p->RIOFirstPortsBooted; port < p->RIOLastPortsBooted + PORTS_PER_RTA; port++) {
H A Driotable.c710 if (HostMapP->SysPort < p->RIOFirstPortsBooted)
711 p->RIOFirstPortsBooted = HostMapP->SysPort;

Completed in 39 milliseconds