Searched refs:RTS (Results 1 – 16 of 16) sorted by relevance
/drivers/net/hamradio/ |
D | scc.c | 521 if((scc->wreg[5] & RTS) && scc->kiss.fulldup == KISS_DUPLEX_HALF) in scc_rxint() 935 scc->wreg[R5] |= RTS; in scc_key_trx() 937 or(scc,R5,RTS|TxENAB); /* set the RTS line and enable TX */ in scc_key_trx() 940 cl(scc,R5,RTS|TxENAB); in scc_key_trx() 969 scc->wreg[R5] |= RTS; in scc_key_trx() 971 or(scc,R5,RTS|TxENAB); /* enable tx */ in scc_key_trx() 974 cl(scc,R5,RTS|TxENAB); /* disable tx */ in scc_key_trx() 1106 if ( (grp1 & TXGROUP) && (scc2->wreg[R5] & RTS) ) in is_grouped() 1151 if ( !(scc->wreg[R5] & RTS) ) in t_dwait() 1342 if ( !(scc->wreg[R5] & RTS) ) in scc_set_param() [all …]
|
D | z8530.h | 89 #define RTS 0x2 /* RTS */ macro
|
D | dmascc.c | 949 write_scc(priv, R5, TxCRC_ENAB | RTS | TxENAB | Tx8); in scc_send_packet() 1431 TxCRC_ENAB | RTS | TxENAB | Tx8); in tm_isr()
|
/drivers/tty/serial/ |
D | zs.h | 142 #define RTS 0x2 /* RTS */ macro
|
D | ip22zilog.h | 124 #define RTS 0x2 /* RTS */ macro
|
D | sunzilog.h | 116 #define RTS 0x2 /* RTS */ macro
|
D | pmac_zilog.c | 570 set_bits |= RTS; in pmz_set_mctrl() 572 clear_bits |= RTS; in pmz_set_mctrl() 808 write_zsreg(uap, 5, Tx8 | RTS); in pmz_fix_zero_bug_scc() 872 uap->curregs[R5] = Tx8 | RTS; in __pmz_startup() 1977 write_zsreg(uap, R5, uap->curregs[5] | TxENABLE | RTS | DTR); in pmz_console_write()
|
D | pmac_zilog.h | 214 #define RTS 0x2 /* RTS */ macro
|
D | ip22zilog.c | 554 set_bits |= RTS; in ip22zilog_set_mctrl() 556 clear_bits |= RTS; in ip22zilog_set_mctrl()
|
D | zs.c | 402 zport_a->regs[5] |= RTS; in zs_set_mctrl() 404 zport_a->regs[5] &= ~RTS; in zs_set_mctrl()
|
D | sunzilog.c | 654 set_bits |= RTS; in sunzilog_set_mctrl() 656 clear_bits |= RTS; in sunzilog_set_mctrl()
|
D | Kconfig | 789 bool "Support RTS/CTS on 68328 serial port"
|
/drivers/net/wan/ |
D | z85230.c | 222 5, TxCRC_ENAB|RTS|TxENAB|Tx8|DTR, 247 5, TxCRC_ENAB|RTS|TxENAB|Tx8|DTR, 305 c->regs[5] |= (RTS | DTR); in z8530_rtsdtr() 307 c->regs[5] &= ~(RTS | DTR); in z8530_rtsdtr()
|
D | z85230.h | 110 #define RTS 0x2 /* RTS */ macro
|
/drivers/tty/ |
D | nozomi.c | 286 unsigned int RTS:1; member 345 unsigned int RTS:1; member 1534 ctrl.RTS = 0; in nozomi_card_exit() 1566 port->ctrl_ul.RTS = rts; in set_rts() 1723 return (ctrl_ul->RTS ? TIOCM_RTS : 0) | in ntty_tiocmget()
|
/drivers/bluetooth/ |
D | Kconfig | 93 errors and thereby making CTS/RTS lines unnecessary.
|