taglinefilesource code
RTS1072drivers/char/scc.cor(scc,R5,RTS|TxENAB);    /* set the RTS line and enable TX */
RTS1074drivers/char/scc.ccl(scc,R5,RTS|TxENAB);
RTS1085drivers/char/scc.cor(scc,R5,RTS|TxENAB);    /* enable tx */
RTS1087drivers/char/scc.ccl(scc,R5,RTS|TxENAB);    /* disable tx */
RTS1114drivers/char/scc.cif ( (grp1 & TXGROUP) && (scc2->wreg[R5] & RTS) )
RTS1145drivers/char/scc.cif ( !(scc->wreg[R5] & RTS) )
RTS1926drivers/char/scc.cresult =  ((scc->wreg[R5] & RTS) ? TIOCM_RTS : 0)
RTS1941drivers/char/scc.cscc->wreg[R5] |= RTS;
RTS1945drivers/char/scc.cscc->wreg[R5] &= ~RTS;
RTS1955drivers/char/scc.cscc->wreg[R5] |= RTS;
RTS1957drivers/char/scc.cscc->wreg[R5] &= ~RTS;
RTS2032drivers/char/scc.ccase PARAM_RTS:    r = CAST((scc->wreg[R5] & RTS)? 1:0); break;
RTS386drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R5, TxCRC_ENAB | RTS | Tx8);
RTS493drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R5, TxCRC_ENAB | RTS | Tx8);
RTS1030drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R5, TxCRC_ENAB | RTS | TxENAB | Tx8 | DTR);