Home
last modified time | relevance | path

Searched refs:NO_PORT (Results 1 – 6 of 6) sorted by relevance

/drivers/char/rio/
Driotable.c226 if ((MapP->SysPort != NO_PORT) && (MapP->SysPort % PORTS_PER_RTA)) { in RIONewTable()
234 if ((MapP->SysPort != NO_PORT) && (MapP->SysPort >= RIO_PORTS)) { in RIONewTable()
246 if ((MapP->SysPort != NO_PORT) && (MapP->SysPort == p->RIOConnectTable[SubEnt].SysPort)) { in RIONewTable()
271 if (MapP->SysPort != NO_PORT) { in RIONewTable()
431 MapP->SysPort = NO_PORT; in RIOApel()
501 if (SysPort != NO_PORT) { in RIODeleteRta()
604 if ((MapP->SysPort != NO_PORT) && (MapP->SysPort % PORTS_PER_RTA)) { in RIOAssignRta()
609 if ((MapP->SysPort != NO_PORT) && (MapP->SysPort >= RIO_PORTS)) { in RIOAssignRta()
715 if (HostMapP->SysPort != NO_PORT) { in RIOAssignRta()
750 if (HostMapP->SysPort == NO_PORT) in RIOReMapPorts()
Drioboot.c525 HostP->UnixRups[RupN].BaseSysPort = NO_PORT; in RIOBootCodeHOST()
532 HostP->UnixRups[RupN + MAX_RUP].BaseSysPort = NO_PORT; in RIOBootCodeHOST()
803 if ((sysport = HostP->Mapping[entry].SysPort) != NO_PORT) { in RIOBootComplete()
1086 host->Mapping[entry].SysPort = NO_PORT; in rio_fill_host_slot()
1093 host->Mapping[entry2].SysPort = NO_PORT; in rio_fill_host_slot()
Drio.h78 #define NO_PORT 0xFFFFFFFF macro
Drioroute.c375 …((HostP->Mapping[ThisUnit].Flags & RTA_NEWBOOT) && (HostP->Mapping[ThisUnit].SysPort != NO_PORT)) { in RIORouteRup()
415 if (HostP->Mapping[ThisUnit].SysPort != NO_PORT) { in RIORouteRup()
Drioctrl.c758 if (DebugCtrl.SysPort == NO_PORT) { in riocontrol()
777 } else if (DebugCtrl.SysPort >= RIO_PORTS && DebugCtrl.SysPort != NO_PORT) { in riocontrol()
Driocmd.c395 if (UnixRupP->BaseSysPort == NO_PORT) { in RIOCommandRup()