Home
last modified time | relevance | path

Searched refs:RIOLastPortsBooted (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/char/rio/ !
Drioboot.c912 if ( sysport > p->RIOLastPortsBooted ) in RIOBootComplete()
913 p->RIOLastPortsBooted = sysport; in RIOBootComplete()
927 if ( sysport > p->RIOLastPortsBooted ) in RIOBootComplete()
928 p->RIOLastPortsBooted = sysport; in RIOBootComplete()
1152 if ( HostP->Mapping[entry].SysPort > p->RIOLastPortsBooted ) in RIOBootComplete()
1153 p->RIOLastPortsBooted = HostP->Mapping[entry].SysPort; in RIOBootComplete()
1182 if (HostP->Mapping[entry2].SysPort > p->RIOLastPortsBooted) in RIOBootComplete()
1183 p->RIOLastPortsBooted = HostP->Mapping[entry2].SysPort; in RIOBootComplete()
Driodrvr.h95 uint RIOLastPortsBooted; /* highest port number running */ member
Driointr.c393 port<p->RIOLastPortsBooted+PORTS_PER_RTA; port++ ) {
475 port<p->RIOLastPortsBooted+PORTS_PER_RTA; port++ ) {
Driotable.c792 if ( HostMapP->SysPort > p->RIOLastPortsBooted ) in RIOAssignRta()
793 p->RIOLastPortsBooted = HostMapP->SysPort; in RIOAssignRta()