Home
last modified time | relevance | path

Searched refs:DCDIE (Results 1 – 13 of 13) sorted by relevance

/drivers/tty/serial/
Dzs.c358 ((mask_b & DCDIE) ? TIOCM_CAR : 0) | in zs_raw_xor_mctrl()
359 ((mask_a & DCDIE) ? TIOCM_RNG : 0) | in zs_raw_xor_mctrl()
467 zport_a->regs[15] &= ~(DCDIE | SYNCIE); in zs_stop_rx()
475 zport->regs[15] &= ~(DCDIE | CTSIE); in zs_stop_rx()
479 if (!(zport->regs[15] & (DCDIE | SYNCIE))) in zs_stop_rx()
505 zport_a->regs[15] |= DCDIE | SYNCIE; in zs_enable_ms()
508 zport->regs[15] |= DCDIE | CTSIE; in zs_enable_ms()
945 zport->regs[15] |= DCDIE; in zs_set_termios()
947 zport->regs[15] &= ~DCDIE; in zs_set_termios()
Dzs.h220 #define DCDIE 8 /* DCD IE */ macro
Dsunzilog.h204 #define DCDIE 8 /* DCD IE */ macro
Dip22zilog.h200 #define DCDIE 8 /* DCD IE */ macro
Dpmac_zilog.h295 #define DCDIE 8 /* DCD IE */ macro
Dpmac_zilog.c700 new_reg = uap->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in pmz_enable_ms()
1280 uap->curregs[R15] |= DCDIE | SYNCIE | CTSIE; in __pmz_set_termios()
1283 uap->curregs[R15] &= ~(DCDIE | SYNCIE | CTSIE); in __pmz_set_termios()
Dip22zilog.c643 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in ip22zilog_enable_ms()
Dsunzilog.c743 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in sunzilog_enable_ms()
/drivers/net/hamradio/
Ddmascc.c853 write_scc(priv, R15, DCDIE); in scc_open()
1415 write_scc(priv, R15, DCDIE); in tm_isr()
1423 start_timer(priv, priv->param.waittime, DCDIE); in tm_isr()
1437 write_scc(priv, R15, DCDIE); in tm_isr()
1442 write_scc(priv, R15, DCDIE); in tm_isr()
1451 priv->param.slottime, DCDIE); in tm_isr()
Dz8530.h164 #define DCDIE 8 /* DCD IE */ macro
Dscc.c871 wr(scc,R15, BRKIE|TxUIE|(scc->kiss.softdcd? SYNCIE:DCDIE)); in init_channel()
924 cl(scc, R15, DCDIE|SYNCIE); /* No DCD changes, please */ in scc_key_trx()
951 or(scc,R15, scc->kiss.softdcd? SYNCIE:DCDIE); in scc_key_trx()
962 cl(scc, R15, DCDIE|SYNCIE); in scc_key_trx()
983 or(scc, R15, scc->kiss.softdcd? SYNCIE:DCDIE); in scc_key_trx()
1323 cl(scc, R15, DCDIE); in scc_set_param()
1326 or(scc, R15, DCDIE); in scc_set_param()
/drivers/net/wan/
Dz85230.h187 #define DCDIE 8 /* DCD IE */ macro
Dz85230.c229 15, DCDIE|SYNCIE|CTSIE|TxUIE|BRKIE,
254 15, DCDIE|SYNCIE|CTSIE|TxUIE|BRKIE,