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) )
RTS1929drivers/char/scc.cresult =  ((scc->wreg[R5] & RTS) ? TIOCM_RTS : 0)
RTS1944drivers/char/scc.cscc->wreg[R5] |= RTS;
RTS1948drivers/char/scc.cscc->wreg[R5] &= ~RTS;
RTS1958drivers/char/scc.cscc->wreg[R5] |= RTS;
RTS1960drivers/char/scc.cscc->wreg[R5] &= ~RTS;
RTS2035drivers/char/scc.ccase PARAM_RTS:    r = CAST((scc->wreg[R5] & RTS)? 1:0); break;
RTS383drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R5, TxCRC_ENAB | RTS | Tx8);
RTS490drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R5, TxCRC_ENAB | RTS | Tx8);
RTS1028drivers/net/pi2.cwrtscc(lp->cardbase, cmd, R5, TxCRC_ENAB | RTS | TxENAB | Tx8 | DTR);