Searched refs:RTS (Results 1 – 16 of 16) sorted by relevance
/drivers/net/hamradio/ |
D | scc.c | 522 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 …]
|
D | z8530.h | 90 #define RTS 0x2 /* RTS */ macro
|
D | dmascc.c | 946 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/ |
D | zs.h | 143 #define RTS 0x2 /* RTS */ macro
|
D | ip22zilog.h | 125 #define RTS 0x2 /* RTS */ macro
|
D | sunzilog.h | 117 #define RTS 0x2 /* RTS */ macro
|
D | pmac_zilog.c | 554 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()
|
D | pmac_zilog.h | 215 #define RTS 0x2 /* RTS */ macro
|
D | ip22zilog.c | 552 set_bits |= RTS; in ip22zilog_set_mctrl() 554 clear_bits |= RTS; in ip22zilog_set_mctrl()
|
D | zs.c | 399 zport_a->regs[5] |= RTS; in zs_set_mctrl() 401 zport_a->regs[5] &= ~RTS; in zs_set_mctrl()
|
D | sunzilog.c | 652 set_bits |= RTS; in sunzilog_set_mctrl() 654 clear_bits |= RTS; in sunzilog_set_mctrl()
|
/drivers/net/wan/ |
D | z85230.c | 219 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()
|
D | z85230.h | 111 #define RTS 0x2 /* RTS */ macro
|
/drivers/tty/ |
D | nozomi.c | 252 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/ |
D | Kconfig | 179 errors and thereby making CTS/RTS lines unnecessary.
|
/drivers/tty/serial/8250/ |
D | Kconfig | 355 SW controlled RTS and SW readable CTS
|