Home
last modified time | relevance | path

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

/drivers/net/hamradio/
Dscc.c522 if((scc->wreg[5] & RTS) && scc->kiss.fulldup == KISS_DUPLEX_HALF) in scc_rxint()
936 scc->wreg[R5] |= RTS; in scc_key_trx()
938 or(scc,R5,RTS|TxENAB); /* set the RTS line and enable TX */ in scc_key_trx()
941 cl(scc,R5,RTS|TxENAB); in scc_key_trx()
970 scc->wreg[R5] |= RTS; in scc_key_trx()
972 or(scc,R5,RTS|TxENAB); /* enable tx */ in scc_key_trx()
975 cl(scc,R5,RTS|TxENAB); /* disable tx */ in scc_key_trx()
1108 if ( (grp1 & TXGROUP) && (scc2->wreg[R5] & RTS) ) in is_grouped()
1153 if ( !(scc->wreg[R5] & RTS) ) in t_dwait()
1344 if ( !(scc->wreg[R5] & RTS) ) in scc_set_param()
[all …]
Dz8530.h90 #define RTS 0x2 /* RTS */ macro
Ddmascc.c946 write_scc(priv, R5, TxCRC_ENAB | RTS | TxENAB | Tx8); in scc_send_packet()
1428 TxCRC_ENAB | RTS | TxENAB | Tx8); in tm_isr()
/drivers/tty/serial/
Dzs.h143 #define RTS 0x2 /* RTS */ macro
Dip22zilog.h125 #define RTS 0x2 /* RTS */ macro
Dsunzilog.h117 #define RTS 0x2 /* RTS */ macro
Dpmac_zilog.c554 set_bits |= RTS; in pmz_set_mctrl()
556 clear_bits |= RTS; in pmz_set_mctrl()
795 write_zsreg(uap, 5, Tx8 | RTS); in pmz_fix_zero_bug_scc()
859 uap->curregs[R5] = Tx8 | RTS; in __pmz_startup()
1967 write_zsreg(uap, R5, uap->curregs[5] | TxENABLE | RTS | DTR); in pmz_console_write()
Dpmac_zilog.h215 #define RTS 0x2 /* RTS */ macro
Dip22zilog.c552 set_bits |= RTS; in ip22zilog_set_mctrl()
554 clear_bits |= RTS; in ip22zilog_set_mctrl()
Dzs.c399 zport_a->regs[5] |= RTS; in zs_set_mctrl()
401 zport_a->regs[5] &= ~RTS; in zs_set_mctrl()
Dsunzilog.c652 set_bits |= RTS; in sunzilog_set_mctrl()
654 clear_bits |= RTS; in sunzilog_set_mctrl()
/drivers/net/wan/
Dz85230.c219 5, TxCRC_ENAB|RTS|TxENAB|Tx8|DTR,
244 5, TxCRC_ENAB|RTS|TxENAB|Tx8|DTR,
302 c->regs[5] |= (RTS | DTR); in z8530_rtsdtr()
304 c->regs[5] &= ~(RTS | DTR); in z8530_rtsdtr()
Dz85230.h111 #define RTS 0x2 /* RTS */ macro
/drivers/tty/
Dnozomi.c252 unsigned int RTS:1; member
311 unsigned int RTS:1; member
1494 ctrl.RTS = 0; in nozomi_card_exit()
1526 port->ctrl_ul.RTS = rts; in set_rts()
1683 return (ctrl_ul->RTS ? TIOCM_RTS : 0) in ntty_tiocmget()
/drivers/bluetooth/
DKconfig179 errors and thereby making CTS/RTS lines unnecessary.
/drivers/tty/serial/8250/
DKconfig355 SW controlled RTS and SW readable CTS