Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
A Dzs.c355 ((mask_b & DCDIE) ? TIOCM_CAR : 0) | in zs_raw_xor_mctrl()
356 ((mask_a & DCDIE) ? TIOCM_RNG : 0) | in zs_raw_xor_mctrl()
464 zport_a->regs[15] &= ~(DCDIE | SYNCIE); in zs_stop_rx()
472 zport->regs[15] &= ~(DCDIE | CTSIE); in zs_stop_rx()
476 if (!(zport->regs[15] & (DCDIE | SYNCIE))) in zs_stop_rx()
502 zport_a->regs[15] |= DCDIE | SYNCIE; in zs_enable_ms()
505 zport->regs[15] |= DCDIE | CTSIE; in zs_enable_ms()
942 zport->regs[15] |= DCDIE; in zs_set_termios()
944 zport->regs[15] &= ~DCDIE; in zs_set_termios()
A Dzs.h221 #define DCDIE 8 /* DCD IE */ macro
A Dsunzilog.h205 #define DCDIE 8 /* DCD IE */ macro
A Dip22zilog.h201 #define DCDIE 8 /* DCD IE */ macro
A Dpmac_zilog.h296 #define DCDIE 8 /* DCD IE */ macro
A Dpmac_zilog.c682 new_reg = uap->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in pmz_enable_ms()
1262 uap->curregs[R15] |= DCDIE | SYNCIE | CTSIE; in __pmz_set_termios()
1265 uap->curregs[R15] &= ~(DCDIE | SYNCIE | CTSIE); in __pmz_set_termios()
A Dip22zilog.c644 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in ip22zilog_enable_ms()
A Dsunzilog.c744 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in sunzilog_enable_ms()
/linux/drivers/net/hamradio/
A Ddmascc.c848 write_scc(priv, R15, DCDIE); in scc_open()
1409 write_scc(priv, R15, DCDIE); in tm_isr()
1417 start_timer(priv, priv->param.waittime, DCDIE); in tm_isr()
1431 write_scc(priv, R15, DCDIE); in tm_isr()
1436 write_scc(priv, R15, DCDIE); in tm_isr()
1445 priv->param.slottime, DCDIE); in tm_isr()
A Dz8530.h165 #define DCDIE 8 /* DCD IE */ macro
A Dscc.c873 wr(scc,R15, BRKIE|TxUIE|(scc->kiss.softdcd? SYNCIE:DCDIE)); in init_channel()
926 cl(scc, R15, DCDIE|SYNCIE); /* No DCD changes, please */ in scc_key_trx()
953 or(scc,R15, scc->kiss.softdcd? SYNCIE:DCDIE); in scc_key_trx()
964 cl(scc, R15, DCDIE|SYNCIE); in scc_key_trx()
985 or(scc, R15, scc->kiss.softdcd? SYNCIE:DCDIE); in scc_key_trx()
1326 cl(scc, R15, DCDIE); in scc_set_param()
1329 or(scc, R15, DCDIE); in scc_set_param()
/linux/drivers/net/wan/
A Dz85230.h188 #define DCDIE 8 /* DCD IE */ macro
A Dz85230.c211 15, DCDIE | SYNCIE | CTSIE | TxUIE | BRKIE,
233 15, DCDIE | SYNCIE | CTSIE | TxUIE | BRKIE,

Completed in 31 milliseconds