Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/rio/
Dphb.h61 #define PHB_HANDSHAKE_SET ((ushort) 0x001) /* Set by LRT */ macro
65 #define PHB_HANDSHAKE_FLAGS (PHB_HANDSHAKE_RESET | PHB_HANDSHAKE_SET)
Driocmd.c818 if ( RWORD(UnixRupP->RupP->handshake)==PHB_HANDSHAKE_SET ) {
821 PHB_HANDSHAKE_SET|PHB_HANDSHAKE_RESET);
1013 if ( RWORD(PortP->PhbP->handshake)==PHB_HANDSHAKE_SET ) {
1019 WWORD(PortP->PhbP->handshake, PHB_HANDSHAKE_SET|PHB_HANDSHAKE_RESET);
Driointr.c447 ( RWORD( PortP->PhbP->handshake )==PHB_HANDSHAKE_SET ) ) {
454 PHB_HANDSHAKE_SET|PHB_HANDSHAKE_RESET );
1047 if ( PortP->PhbP->handshake == PHB_HANDSHAKE_SET ) {
Driowinif.h277 #define PHB_HANDSHAKE_SET 0x0001 /* Set by LRT */ macro
279 #define PHB_HANDSHAKE_FLAGS (PHB_HANDSHAKE_RESET|PHB_HANDSHAKE_SET)