Searched refs:RTS (Results 1 – 13 of 13) sorted by relevance
| /drivers/net/hamradio/ |
| A D | scc.c | 524 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 D | z8530.h | 90 #define RTS 0x2 /* RTS */ macro
|
| /drivers/tty/serial/ |
| A D | zs.h | 143 #define RTS 0x2 /* RTS */ macro
|
| A D | ip22zilog.h | 125 #define RTS 0x2 /* RTS */ macro
|
| A D | sunzilog.h | 117 #define RTS 0x2 /* RTS */ macro
|
| A D | pmac_zilog.c | 529 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 D | pmac_zilog.h | 205 #define RTS 0x2 /* RTS */ macro
|
| A D | ip22zilog.c | 550 set_bits |= RTS; in ip22zilog_set_mctrl() 552 clear_bits |= RTS; in ip22zilog_set_mctrl()
|
| A D | zs.c | 399 zport_a->regs[5] |= RTS; in zs_set_mctrl() 401 zport_a->regs[5] &= ~RTS; in zs_set_mctrl()
|
| A D | sunzilog.c | 651 set_bits |= RTS; in sunzilog_set_mctrl() 653 clear_bits |= RTS; in sunzilog_set_mctrl()
|
| /drivers/tty/ |
| A D | nozomi.c | 232 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 D | Kconfig | 196 errors and thereby making CTS/RTS lines unnecessary.
|
| /drivers/tty/serial/8250/ |
| A D | Kconfig | 372 SW controlled RTS and SW readable CTS
|
Completed in 37 milliseconds