Lines Matching refs:RTS
524 if((scc->wreg[5] & RTS) && scc->kiss.fulldup == KISS_DUPLEX_HALF)
938 scc->wreg[R5] |= RTS;
940 or(scc,R5,RTS|TxENAB); /* set the RTS line and enable TX */
943 cl(scc,R5,RTS|TxENAB);
972 scc->wreg[R5] |= RTS;
974 or(scc,R5,RTS|TxENAB); /* enable tx */
977 cl(scc,R5,RTS|TxENAB); /* disable tx */
1110 if ( (grp1 & TXGROUP) && (scc2->wreg[R5] & RTS) )
1155 if ( !(scc->wreg[R5] & RTS) )
1346 if ( !(scc->wreg[R5] & RTS) )
1384 case PARAM_RTS: return CAST((scc->wreg[R5] & RTS)? 1:0);