taglinefilesource code
RTS1328drivers/char/scc.cor(scc,R5,RTS|TxENAB);    /* set the RTS line and enable TX */
RTS1330drivers/char/scc.ccl(scc,R5,RTS|TxENAB);
RTS1341drivers/char/scc.cor(scc,R5,RTS|TxENAB);    /* enable tx */
RTS1343drivers/char/scc.ccl(scc,R5,RTS|TxENAB);    /* disable tx */
RTS1370drivers/char/scc.cif ( (grp1 & TXGROUP) && (scc2->wreg[R5] & RTS) )
RTS1401drivers/char/scc.cif ( !(scc->wreg[R5] & RTS) )
RTS2282drivers/char/scc.cresult =  ((scc->wreg[R5] & RTS) ? TIOCM_RTS : 0)
RTS2297drivers/char/scc.cscc->wreg[R5] |= RTS;
RTS2301drivers/char/scc.cscc->wreg[R5] &= ~RTS;
RTS2311drivers/char/scc.cscc->wreg[R5] |= RTS;
RTS2313drivers/char/scc.cscc->wreg[R5] &= ~RTS;
RTS2400drivers/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);
RTS672drivers/net/pt.cwrtscc(lp->cardbase, cmd, R5, TxCRC_ENAB | RTS | TxENAB | Tx8 | DTR);
RTS1210drivers/net/pt.cwrtscc(lp->cardbase, cmd, R5, TxCRC_ENAB | RTS | Tx8);
RTS1725drivers/net/pt.cwrtscc(lp->cardbase, cmd, R5, TxCRC_ENAB | RTS | Tx8);