Home
last modified time | relevance | path

Searched refs:DTR (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dpmac_zilog.c533 * Set Modem Control (RTS & DTR) bits
559 set_bits |= DTR; in pmz_set_mctrl()
561 clear_bits |= DTR; in pmz_set_mctrl()
861 uap->curregs[R5] |= DTR; in __pmz_startup()
889 uap->curregs[R5] |= DTR; in pmz_irda_reset()
896 uap->curregs[R5] &= ~DTR; in pmz_irda_reset()
1170 uap->curregs[R5] |= DTR; in pmz_irda_setup()
1220 uap->curregs[R5] &= ~DTR; in pmz_irda_setup()
1967 write_zsreg(uap, R5, uap->curregs[5] | TxENABLE | RTS | DTR); in pmz_console_write()
H A Dzs.h152 #define DTR 0x80 /* DTR */ macro
207 #define DTRREQ 4 /* DTR/Request function */
H A Dip22zilog.h134 #define DTR 0x80 /* DTR */ macro
188 #define DTRREQ 4 /* DTR/Request function */
H A Dsunzilog.h126 #define DTR 0x80 /* DTR */ macro
137 #define nDTRnREQ 0x10 /* /DTR/REQ timing */
190 #define DTRREQ 4 /* DTR/Request function */
H A Dpmac_zilog.h224 #define DTR 0x80 /* DTR */ macro
281 #define DTRREQ 4 /* DTR/Request function */
H A Dip22zilog.c556 set_bits |= DTR; in ip22zilog_set_mctrl()
558 clear_bits |= DTR; in ip22zilog_set_mctrl()
H A Dzs.c35 * 20 1 DTR <- ~A.DTR
42 * As you can immediately notice the wiring of the RTS, DTR and DSR signals
395 zport_a->regs[5] |= DTR; in zs_set_mctrl()
397 zport_a->regs[5] &= ~DTR; in zs_set_mctrl()
H A Dsunzilog.c656 set_bits |= DTR; in sunzilog_set_mctrl()
658 clear_bits |= DTR; in sunzilog_set_mctrl()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dpmac_zilog.c522 * Set Modem Control (RTS & DTR) bits
548 set_bits |= DTR; in pmz_set_mctrl()
550 clear_bits |= DTR; in pmz_set_mctrl()
841 uap->curregs[R5] |= DTR; in __pmz_startup()
869 uap->curregs[R5] |= DTR; in pmz_irda_reset()
876 uap->curregs[R5] &= ~DTR; in pmz_irda_reset()
1142 uap->curregs[R5] |= DTR; in pmz_irda_setup()
1192 uap->curregs[R5] &= ~DTR; in pmz_irda_setup()
1903 write_zsreg(uap, R5, uap->curregs[5] | TxENABLE | RTS | DTR); in pmz_console_write()
H A Dzs.h152 #define DTR 0x80 /* DTR */ macro
207 #define DTRREQ 4 /* DTR/Request function */
H A Dip22zilog.h134 #define DTR 0x80 /* DTR */ macro
188 #define DTRREQ 4 /* DTR/Request function */
H A Dsunzilog.h126 #define DTR 0x80 /* DTR */ macro
137 #define nDTRnREQ 0x10 /* /DTR/REQ timing */
190 #define DTRREQ 4 /* DTR/Request function */
H A Dpmac_zilog.h214 #define DTR 0x80 /* DTR */ macro
271 #define DTRREQ 4 /* DTR/Request function */
H A Dip22zilog.c555 set_bits |= DTR; in ip22zilog_set_mctrl()
557 clear_bits |= DTR; in ip22zilog_set_mctrl()
H A Dzs.c35 * 20 1 DTR <- ~A.DTR
42 * As you can immediately notice the wiring of the RTS, DTR and DSR signals
395 zport_a->regs[5] |= DTR; in zs_set_mctrl()
397 zport_a->regs[5] &= ~DTR; in zs_set_mctrl()
H A Dsunzilog.c655 set_bits |= DTR; in sunzilog_set_mctrl()
657 clear_bits |= DTR; in sunzilog_set_mctrl()
/kernel/linux/linux-5.10/drivers/net/hamradio/
H A Dz8530.h98 #define DTR 0x80 /* DTR */ macro
152 #define DTRREQ 4 /* DTR/Request function */
231 #define FASTDTR 0x10 /* Fast DTR/REQ Mode */
H A Dscc.c803 wr(scc,R5,Tx8|DTR|TxCRC_ENAB); /* TX 8 bits/char, disabled, DTR */ in init_channel()
1381 case PARAM_DTR: return CAST((scc->wreg[R5] & DTR)? 1:0); in scc_get_param()
/kernel/linux/linux-6.6/drivers/net/hamradio/
H A Dz8530.h98 #define DTR 0x80 /* DTR */ macro
152 #define DTRREQ 4 /* DTR/Request function */
231 #define FASTDTR 0x10 /* Fast DTR/REQ Mode */
H A Dscc.c805 wr(scc,R5,Tx8|DTR|TxCRC_ENAB); /* TX 8 bits/char, disabled, DTR */ in init_channel()
1383 case PARAM_DTR: return CAST((scc->wreg[R5] & DTR)? 1:0); in scc_get_param()
/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,
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.h119 #define DTR 0x80 /* DTR */ macro
173 #define DTRREQ 4 /* DTR/Request function */
/kernel/linux/linux-5.10/drivers/tty/
H A Dnozomi.c253 unsigned int DTR:1; member
310 unsigned int DTR:1; member
1495 ctrl.DTR = 1; in nozomi_card_exit()
1535 DBG1("SETTING DTR index: %d, dtr: %d", tty->index, dtr); in set_dtr()
1537 port->ctrl_ul.DTR = dtr; in set_dtr()
1684 | (ctrl_ul->DTR ? TIOCM_DTR : 0) in ntty_tiocmget()
/kernel/linux/linux-6.6/drivers/tty/
H A Dnozomi.c249 unsigned int DTR:1; member
306 unsigned int DTR:1; member
1477 ctrl.DTR = 1; in nozomi_card_exit()
1517 DBG1("SETTING DTR index: %d, dtr: %d", tty->index, dtr); in set_dtr()
1519 port->ctrl_ul.DTR = dtr; in set_dtr()
1664 | (ctrl_ul->DTR ? TIOCM_DTR : 0) in ntty_tiocmget()

Completed in 40 milliseconds