Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dzs.c359 ((mask_b & DCDIE) ? TIOCM_CAR : 0) | in zs_raw_xor_mctrl()
360 ((mask_a & DCDIE) ? TIOCM_RNG : 0) | in zs_raw_xor_mctrl()
468 zport_a->regs[15] &= ~(DCDIE | SYNCIE); in zs_stop_rx()
476 zport->regs[15] &= ~(DCDIE | CTSIE); in zs_stop_rx()
480 if (!(zport->regs[15] & (DCDIE | SYNCIE))) in zs_stop_rx()
506 zport_a->regs[15] |= DCDIE | SYNCIE; in zs_enable_ms()
509 zport->regs[15] |= DCDIE | CTSIE; in zs_enable_ms()
946 zport->regs[15] |= DCDIE; in zs_set_termios()
948 zport->regs[15] &= ~DCDIE; in zs_set_termios()
Dzs.h221 #define DCDIE 8 /* DCD IE */ macro
Dsunzilog.h205 #define DCDIE 8 /* DCD IE */ macro
Dip22zilog.h201 #define DCDIE 8 /* DCD IE */ macro
Dpmac_zilog.h296 #define DCDIE 8 /* DCD IE */ macro
Dpmac_zilog.c687 new_reg = uap->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in pmz_enable_ms()
1267 uap->curregs[R15] |= DCDIE | SYNCIE | CTSIE; in __pmz_set_termios()
1270 uap->curregs[R15] &= ~(DCDIE | SYNCIE | CTSIE); in __pmz_set_termios()
Dip22zilog.c648 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()
/Linux-v4.19/drivers/net/hamradio/
Dz8530.h165 #define DCDIE 8 /* DCD IE */ macro
Ddmascc.c860 write_scc(priv, R15, DCDIE); in scc_open()
1425 write_scc(priv, R15, DCDIE); in tm_isr()
1433 start_timer(priv, priv->param.waittime, DCDIE); in tm_isr()
1447 write_scc(priv, R15, DCDIE); in tm_isr()
1452 write_scc(priv, R15, DCDIE); in tm_isr()
1461 priv->param.slottime, DCDIE); in tm_isr()
Dscc.c872 wr(scc,R15, BRKIE|TxUIE|(scc->kiss.softdcd? SYNCIE:DCDIE)); in init_channel()
925 cl(scc, R15, DCDIE|SYNCIE); /* No DCD changes, please */ in scc_key_trx()
952 or(scc,R15, scc->kiss.softdcd? SYNCIE:DCDIE); in scc_key_trx()
963 cl(scc, R15, DCDIE|SYNCIE); in scc_key_trx()
984 or(scc, R15, scc->kiss.softdcd? SYNCIE:DCDIE); in scc_key_trx()
1325 cl(scc, R15, DCDIE); in scc_set_param()
1328 or(scc, R15, DCDIE); in scc_set_param()
/Linux-v4.19/drivers/net/wan/
Dz85230.h188 #define DCDIE 8 /* DCD IE */ macro
Dz85230.c229 15, DCDIE|SYNCIE|CTSIE|TxUIE|BRKIE,
254 15, DCDIE|SYNCIE|CTSIE|TxUIE|BRKIE,