Home
last modified time | relevance | path

Searched refs:RTS (Results 1 – 13 of 13) sorted by relevance

/drivers/net/hamradio/
A Dscc.c524 if((scc->wreg[5] & RTS) && scc->kiss.fulldup == KISS_DUPLEX_HALF) in scc_rxint()
938 scc->wreg[R5] |= RTS; in scc_key_trx()
940 or(scc,R5,RTS|TxENAB); /* set the RTS line and enable TX */ in scc_key_trx()
943 cl(scc,R5,RTS|TxENAB); in scc_key_trx()
972 scc->wreg[R5] |= RTS; in scc_key_trx()
974 or(scc,R5,RTS|TxENAB); /* enable tx */ in scc_key_trx()
977 cl(scc,R5,RTS|TxENAB); /* disable tx */ in scc_key_trx()
1110 if ( (grp1 & TXGROUP) && (scc2->wreg[R5] & RTS) ) in is_grouped()
1155 if ( !(scc->wreg[R5] & RTS) ) in t_dwait()
1346 if ( !(scc->wreg[R5] & RTS) ) in scc_set_param()
[all …]
A Dz8530.h90 #define RTS 0x2 /* RTS */ macro
/drivers/tty/serial/
A Dzs.h143 #define RTS 0x2 /* RTS */ macro
A Dip22zilog.h125 #define RTS 0x2 /* RTS */ macro
A Dsunzilog.h117 #define RTS 0x2 /* RTS */ macro
A Dpmac_zilog.c529 set_bits |= RTS; in pmz_set_mctrl()
531 clear_bits |= RTS; in pmz_set_mctrl()
761 write_zsreg(uap, 5, Tx8 | RTS); in pmz_fix_zero_bug_scc()
825 uap->curregs[R5] = Tx8 | RTS; in __pmz_startup()
1882 write_zsreg(uap, R5, uap->curregs[5] | TxENABLE | RTS | DTR); in pmz_console_write()
A Dpmac_zilog.h205 #define RTS 0x2 /* RTS */ macro
A Dip22zilog.c550 set_bits |= RTS; in ip22zilog_set_mctrl()
552 clear_bits |= RTS; in ip22zilog_set_mctrl()
A Dzs.c399 zport_a->regs[5] |= RTS; in zs_set_mctrl()
401 zport_a->regs[5] &= ~RTS; in zs_set_mctrl()
A Dsunzilog.c651 set_bits |= RTS; in sunzilog_set_mctrl()
653 clear_bits |= RTS; in sunzilog_set_mctrl()
/drivers/tty/
A Dnozomi.c232 unsigned int RTS:1; member
291 unsigned int RTS:1; member
1457 ctrl.RTS = 0; in nozomi_card_exit()
1489 port->ctrl_ul.RTS = rts; in set_rts()
1644 return (ctrl_ul->RTS ? TIOCM_RTS : 0) in ntty_tiocmget()
/drivers/bluetooth/
A DKconfig196 errors and thereby making CTS/RTS lines unnecessary.
/drivers/tty/serial/8250/
A DKconfig372 SW controlled RTS and SW readable CTS

Completed in 37 milliseconds