Searched refs:PORT_ISOPEN (Results 1 – 5 of 5) sorted by relevance
110 #define PORT_ISOPEN 0x0001 /* Port open? */ macro
938 #define PORT_ISOPEN 0x01 /* Port open ? */ macro980 #define PORT_ISOPEN 0x01 /* Port open ? */ macro
387 while ( !(PortP->PortState & PORT_ISOPEN) && !p->RIOHalted ) { in riotopen()673 while (try && (PortP->PortState & PORT_ISOPEN)) { in riotclose()681 PortP->PortState & PORT_ISOPEN); in riotclose()
420 if ( !( PortP->PortState & PORT_ISOPEN ) ) {501 if ( !( PortP->PortState & PORT_ISOPEN ) ) {
573 if (PortP->State & (PORT_ISOPEN | RIO_WOPEN) )584 if (PortP->State & (PORT_ISOPEN|RIO_WOPEN|RIO_MOPEN))