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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/rio/
H A Drioboot.c795 unsigned int sysport; local
799 if ((sysport = HostP->Mapping[entry].SysPort) != NO_PORT) {
800 if (sysport < p->RIOFirstPortsBooted)
801 p->RIOFirstPortsBooted = sysport;
802 if (sysport > p->RIOLastPortsBooted)
803 p->RIOLastPortsBooted = sysport;
810 sysport = HostP->Mapping[entry2].SysPort;
811 if (sysport < p->RIOFirstPortsBooted)
812 p->RIOFirstPortsBooted = sysport;
813 if (sysport >
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/rio/
H A Drioboot.c795 unsigned int sysport; local
799 if ((sysport = HostP->Mapping[entry].SysPort) != NO_PORT) {
800 if (sysport < p->RIOFirstPortsBooted)
801 p->RIOFirstPortsBooted = sysport;
802 if (sysport > p->RIOLastPortsBooted)
803 p->RIOLastPortsBooted = sysport;
810 sysport = HostP->Mapping[entry2].SysPort;
811 if (sysport < p->RIOFirstPortsBooted)
812 p->RIOFirstPortsBooted = sysport;
813 if (sysport >
[all...]

Completed in 68 milliseconds