Home
last modified time | relevance | path

Searched refs:DTR (Results 1 – 15 of 15) sorted by relevance

/drivers/tty/serial/
Dcrisv10.c777 E100_STRUCT_PORT(0,DTR), E100_STRUCT_SHADOW(0,DTR),
781 E100_STRUCT_MASK(0,DTR),
793 E100_STRUCT_PORT(1,DTR), E100_STRUCT_SHADOW(1,DTR),
797 E100_STRUCT_MASK(1,DTR),
809 E100_STRUCT_PORT(2,DTR), E100_STRUCT_SHADOW(2,DTR),
813 E100_STRUCT_MASK(2,DTR),
825 E100_STRUCT_PORT(3,DTR), E100_STRUCT_SHADOW(3,DTR),
829 E100_STRUCT_MASK(3,DTR),
871 E100_STRUCT_PORT(0,DTR), E100_STRUCT_SHADOW(0,DTR),
872 E100_STRUCT_MASK(0,DTR),
[all …]
Dpmac_zilog.c577 set_bits |= DTR; in pmz_set_mctrl()
579 clear_bits |= DTR; in pmz_set_mctrl()
879 uap->curregs[R5] |= DTR; in __pmz_startup()
907 uap->curregs[R5] |= DTR; in pmz_irda_reset()
914 uap->curregs[R5] &= ~DTR; in pmz_irda_reset()
1188 uap->curregs[R5] |= DTR; in pmz_irda_setup()
1238 uap->curregs[R5] &= ~DTR; in pmz_irda_setup()
1978 write_zsreg(uap, R5, uap->curregs[5] | TxENABLE | RTS | DTR); in pmz_console_write()
Dzs.h151 #define DTR 0x80 /* DTR */ macro
Dsunzilog.h125 #define DTR 0x80 /* DTR */ macro
Dip22zilog.h133 #define DTR 0x80 /* DTR */ macro
Dpmac_zilog.h223 #define DTR 0x80 /* DTR */ macro
Dip22zilog.c558 set_bits |= DTR; in ip22zilog_set_mctrl()
560 clear_bits |= DTR; in ip22zilog_set_mctrl()
Dzs.c398 zport_a->regs[5] |= DTR; in zs_set_mctrl()
400 zport_a->regs[5] &= ~DTR; in zs_set_mctrl()
Dsunzilog.c658 set_bits |= DTR; in sunzilog_set_mctrl()
660 clear_bits |= DTR; in sunzilog_set_mctrl()
/drivers/net/hamradio/
Dz8530.h97 #define DTR 0x80 /* DTR */ macro
Dscc.c802 wr(scc,R5,Tx8|DTR|TxCRC_ENAB); /* TX 8 bits/char, disabled, DTR */ in init_channel()
1379 case PARAM_DTR: return CAST((scc->wreg[R5] & DTR)? 1:0); in scc_get_param()
/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.h118 #define DTR 0x80 /* DTR */ macro
/drivers/tty/
Dnozomi.c287 unsigned int DTR:1; member
344 unsigned int DTR:1; member
1535 ctrl.DTR = 1; in nozomi_card_exit()
1577 port->ctrl_ul.DTR = dtr; in set_dtr()
1724 (ctrl_ul->DTR ? TIOCM_DTR : 0) | in ntty_tiocmget()
/drivers/input/touchscreen/
DKconfig714 - JASTEC USB Touch Controller/DigiTech DTR-02U
795 bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EXPERT