Lines Matching refs:RTS
522 if((scc->wreg[5] & RTS) && scc->kiss.fulldup == KISS_DUPLEX_HALF)
936 scc->wreg[R5] |= RTS;
938 or(scc,R5,RTS|TxENAB); /* set the RTS line and enable TX */
941 cl(scc,R5,RTS|TxENAB);
970 scc->wreg[R5] |= RTS;
972 or(scc,R5,RTS|TxENAB); /* enable tx */
975 cl(scc,R5,RTS|TxENAB); /* disable tx */
1108 if ( (grp1 & TXGROUP) && (scc2->wreg[R5] & RTS) )
1153 if ( !(scc->wreg[R5] & RTS) )
1344 if ( !(scc->wreg[R5] & RTS) )
1382 case PARAM_RTS: return CAST((scc->wreg[R5] & RTS)? 1:0);