Home
last modified time | relevance | path

Searched refs:RTS (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/hamradio/
H A 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()
[all...]
H A Dz8530.h90 #define RTS 0x2 /* RTS */ macro
228 #define AUTORTS 0x04 /* Auto RTS */
H A Ddmascc.c943 /* Assert RTS, start timer */ in scc_send_packet()
946 write_scc(priv, R5, TxCRC_ENAB | RTS | TxENAB | Tx8); in scc_send_packet()
1428 TxCRC_ENAB | RTS | TxENAB | Tx8); in tm_isr()
/kernel/linux/linux-6.6/drivers/net/hamradio/
H A Dscc.c524 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()
[all...]
H A Dz8530.h90 #define RTS 0x2 /* RTS */ macro
228 #define AUTORTS 0x04 /* Auto RTS */
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dzs.h143 #define RTS 0x2 /* RTS */ macro
H A Dip22zilog.h125 #define RTS 0x2 /* RTS */ macro
H A Dsunzilog.h117 #define RTS 0x2 /* RTS */ macro
135 #define AUTOnRTS 4 /* Automatic /RTS pin deactivation */
H A Dpmac_zilog.c533 * Set Modem Control (RTS & DTR) bits
535 * Note: Shall we really filter out RTS on external ports or
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()
H A Dpmac_zilog.h215 #define RTS 0x2 /* RTS */ macro
H A Dip22zilog.c552 set_bits |= RTS; in ip22zilog_set_mctrl()
554 clear_bits |= RTS; in ip22zilog_set_mctrl()
H A Dzs.c28 * 4 RTS <- ~A.RTS
37 * 23 DSRS(DTE) <- ~B.RTS
42 * As you can immediately notice the wiring of the RTS, DTR and DSR signals
399 zport_a->regs[5] |= RTS; in zs_set_mctrl()
401 zport_a->regs[5] &= ~RTS; in zs_set_mctrl()
H A Dsunzilog.c652 set_bits |= RTS; in sunzilog_set_mctrl()
654 clear_bits |= RTS; in sunzilog_set_mctrl()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dzs.h143 #define RTS 0x2 /* RTS */ macro
H A Dip22zilog.h125 #define RTS 0x2 /* RTS */ macro
H A Dsunzilog.h117 #define RTS 0x2 /* RTS */ macro
135 #define AUTOnRTS 4 /* Automatic /RTS pin deactivation */
H A Dpmac_zilog.c522 * Set Modem Control (RTS & DTR) bits
524 * Note: Shall we really filter out RTS on external ports or
543 set_bits |= RTS; in pmz_set_mctrl()
545 clear_bits |= RTS; in pmz_set_mctrl()
775 write_zsreg(uap, 5, Tx8 | RTS); in pmz_fix_zero_bug_scc()
839 uap->curregs[R5] = Tx8 | RTS; in __pmz_startup()
1903 write_zsreg(uap, R5, uap->curregs[5] | TxENABLE | RTS | DTR); in pmz_console_write()
H A Dpmac_zilog.h205 #define RTS 0x2 /* RTS */ macro
H A Dip22zilog.c551 set_bits |= RTS; in ip22zilog_set_mctrl()
553 clear_bits |= RTS; in ip22zilog_set_mctrl()
H A Dzs.c28 * 4 RTS <- ~A.RTS
37 * 23 DSRS(DTE) <- ~B.RTS
42 * As you can immediately notice the wiring of the RTS, DTR and DSR signals
399 zport_a->regs[5] |= RTS; in zs_set_mctrl()
401 zport_a->regs[5] &= ~RTS; in zs_set_mctrl()
H A Dsunzilog.c651 set_bits |= RTS; in sunzilog_set_mctrl()
653 clear_bits |= RTS; in sunzilog_set_mctrl()
/kernel/linux/linux-5.10/drivers/net/wan/
H A Dz85230.c219 5, TxCRC_ENAB|RTS|TxENAB|Tx8|DTR,
244 5, TxCRC_ENAB|RTS|TxENAB|Tx8|DTR,
289 * z8530_rtsdtr - Control the outgoing DTS/RTS line
293 * Sets or clears DTR/RTS on the requested line. All locking is handled
294 * by the caller. For now we assume all boards use the actual RTS/DTR
302 c->regs[5] |= (RTS | DTR); in z8530_rtsdtr()
304 c->regs[5] &= ~(RTS | DTR); in z8530_rtsdtr()
782 * raise the RTS/DTR and commence network operation.
H A Dz85230.h111 #define RTS 0x2 /* RTS */ macro
/kernel/linux/linux-5.10/drivers/tty/
H A 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()
/kernel/linux/linux-6.6/drivers/tty/
H A Dnozomi.c248 unsigned int RTS:1; member
307 unsigned int RTS:1; member
1476 ctrl.RTS = 0; in nozomi_card_exit()
1508 port->ctrl_ul.RTS = rts; in set_rts()
1663 return (ctrl_ul->RTS ? TIOCM_RTS : 0) in ntty_tiocmget()

Completed in 38 milliseconds