Home
last modified time | relevance | path

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

/drivers/net/hamradio/
Dscc.c521 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 …]
Dz8530.h89 #define RTS 0x2 /* RTS */ macro
Ddmascc.c949 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/
Dzs.h142 #define RTS 0x2 /* RTS */ macro
Dip22zilog.h124 #define RTS 0x2 /* RTS */ macro
Dsunzilog.h116 #define RTS 0x2 /* RTS */ macro
Dpmac_zilog.c570 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()
Dpmac_zilog.h214 #define RTS 0x2 /* RTS */ macro
Dip22zilog.c554 set_bits |= RTS; in ip22zilog_set_mctrl()
556 clear_bits |= RTS; in ip22zilog_set_mctrl()
Dzs.c402 zport_a->regs[5] |= RTS; in zs_set_mctrl()
404 zport_a->regs[5] &= ~RTS; in zs_set_mctrl()
Dsunzilog.c654 set_bits |= RTS; in sunzilog_set_mctrl()
656 clear_bits |= RTS; in sunzilog_set_mctrl()
DKconfig789 bool "Support RTS/CTS on 68328 serial port"
/drivers/net/wan/
Dz85230.c222 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()
Dz85230.h110 #define RTS 0x2 /* RTS */ macro
/drivers/tty/
Dnozomi.c286 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/
DKconfig93 errors and thereby making CTS/RTS lines unnecessary.