Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dzs.c357 ((mask_b & DCDIE) ? TIOCM_CAR : 0) | in zs_raw_xor_mctrl()
358 ((mask_a & DCDIE) ? TIOCM_RNG : 0) | in zs_raw_xor_mctrl()
466 zport_a->regs[15] &= ~(DCDIE | SYNCIE); in zs_stop_rx()
474 zport->regs[15] &= ~(DCDIE | CTSIE); in zs_stop_rx()
478 if (!(zport->regs[15] & (DCDIE | SYNCIE))) in zs_stop_rx()
504 zport_a->regs[15] |= DCDIE | SYNCIE; in zs_enable_ms()
507 zport->regs[15] |= DCDIE | CTSIE; in zs_enable_ms()
944 zport->regs[15] |= DCDIE; in zs_set_termios()
946 zport->regs[15] &= ~DCDIE; in zs_set_termios()
Dzs.h220 #define DCDIE 8 /* DCD IE */ macro
Dip22zilog.h200 #define DCDIE 8 /* DCD IE */ macro
Dsunzilog.h204 #define DCDIE 8 /* DCD IE */ macro
Dpmac_zilog.h295 #define DCDIE 8 /* DCD IE */ macro
Dpmac_zilog.c695 new_reg = uap->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in pmz_enable_ms()
1275 uap->curregs[R15] |= DCDIE | SYNCIE | CTSIE; in __pmz_set_termios()
1278 uap->curregs[R15] &= ~(DCDIE | SYNCIE | CTSIE); in __pmz_set_termios()
Dip22zilog.c647 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in ip22zilog_enable_ms()
Dsunzilog.c748 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in sunzilog_enable_ms()
/drivers/net/hamradio/
Ddmascc.c858 write_scc(priv, R15, DCDIE); in scc_open()
1420 write_scc(priv, R15, DCDIE); in tm_isr()
1428 start_timer(priv, priv->param.waittime, DCDIE); in tm_isr()
1442 write_scc(priv, R15, DCDIE); in tm_isr()
1447 write_scc(priv, R15, DCDIE); in tm_isr()
1456 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,