taglinefilesource code
RTS1068drivers/char/scc.cor(scc,R5,RTS|TxENAB);    /* set the RTS line and enable TX */
RTS1070drivers/char/scc.ccl(scc,R5,RTS|TxENAB);
RTS1081drivers/char/scc.cor(scc,R5,RTS|TxENAB);    /* enable tx */
RTS1083drivers/char/scc.ccl(scc,R5,RTS|TxENAB);    /* disable tx */
RTS1110drivers/char/scc.cif ( (grp1 & TXGROUP) && (scc2->wreg[R5] & RTS) )
RTS1141drivers/char/scc.cif ( !(scc->wreg[R5] & RTS) )
RTS1925drivers/char/scc.cresult =  ((scc->wreg[R5] & RTS) ? TIOCM_RTS : 0)
RTS1940drivers/char/scc.cscc->wreg[R5] |= RTS;
RTS1944drivers/char/scc.cscc->wreg[R5] &= ~RTS;
RTS1954drivers/char/scc.cscc->wreg[R5] |= RTS;
RTS1956drivers/char/scc.cscc->wreg[R5] &= ~RTS;
RTS2031drivers/char/scc.ccase PARAM_RTS:    r = CAST((scc->wreg[R5] & RTS)? 1:0); break;
RTS384drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R5, TxCRC_ENAB | RTS | Tx8);
RTS491drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R5, TxCRC_ENAB | RTS | Tx8);
RTS1029drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R5, TxCRC_ENAB | RTS | TxENAB | Tx8 | DTR);