Symbol: RTS
drivers/net/hamradio/scc.c
1110
if ( (grp1 & TXGROUP) && (scc2->wreg[R5] & RTS) )
drivers/net/hamradio/scc.c
1155
if ( !(scc->wreg[R5] & RTS) )
drivers/net/hamradio/scc.c
1346
if ( !(scc->wreg[R5] & RTS) )
drivers/net/hamradio/scc.c
1384
case PARAM_RTS: return CAST((scc->wreg[R5] & RTS)? 1:0);
drivers/net/hamradio/scc.c
524
if((scc->wreg[5] & RTS) && scc->kiss.fulldup == KISS_DUPLEX_HALF)
drivers/net/hamradio/scc.c
938
scc->wreg[R5] |= RTS;
drivers/net/hamradio/scc.c
940
or(scc,R5,RTS|TxENAB); /* set the RTS line and enable TX */
drivers/net/hamradio/scc.c
943
cl(scc,R5,RTS|TxENAB);
drivers/net/hamradio/scc.c
972
scc->wreg[R5] |= RTS;
drivers/net/hamradio/scc.c
974
or(scc,R5,RTS|TxENAB); /* enable tx */
drivers/net/hamradio/scc.c
977
cl(scc,R5,RTS|TxENAB); /* disable tx */
drivers/tty/nozomi.c
1457
ctrl.RTS = 0;
drivers/tty/nozomi.c
1489
port->ctrl_ul.RTS = rts;
drivers/tty/nozomi.c
1644
return (ctrl_ul->RTS ? TIOCM_RTS : 0)
drivers/tty/nozomi.c
232
unsigned int RTS:1;
drivers/tty/nozomi.c
291
unsigned int RTS:1;
drivers/tty/serial/ip22zilog.c
546
set_bits |= RTS;
drivers/tty/serial/ip22zilog.c
548
clear_bits |= RTS;
drivers/tty/serial/pmac_zilog.c
1882
write_zsreg(uap, R5, uap->curregs[5] | TxENABLE | RTS | DTR);
drivers/tty/serial/pmac_zilog.c
529
set_bits |= RTS;
drivers/tty/serial/pmac_zilog.c
531
clear_bits |= RTS;
drivers/tty/serial/pmac_zilog.c
761
write_zsreg(uap, 5, Tx8 | RTS);
drivers/tty/serial/pmac_zilog.c
825
uap->curregs[R5] = Tx8 | RTS;
drivers/tty/serial/sunzilog.c
651
set_bits |= RTS;
drivers/tty/serial/sunzilog.c
653
clear_bits |= RTS;
drivers/tty/serial/zs.c
399
zport_a->regs[5] |= RTS;
drivers/tty/serial/zs.c
401
zport_a->regs[5] &= ~RTS;