Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dzs.c354 ((mask_b & DCDIE) ? TIOCM_CAR : 0) | in zs_raw_xor_mctrl()
355 ((mask_a & DCDIE) ? TIOCM_RNG : 0) | in zs_raw_xor_mctrl()
463 zport_a->regs[15] &= ~(DCDIE | SYNCIE); in zs_stop_rx()
471 zport->regs[15] &= ~(DCDIE | CTSIE); in zs_stop_rx()
475 if (!(zport->regs[15] & (DCDIE | SYNCIE))) in zs_stop_rx()
501 zport_a->regs[15] |= DCDIE | SYNCIE; in zs_enable_ms()
504 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()
H A Dzs.h220 #define DCDIE 8 /* DCD IE */ macro
H A Dsunzilog.h205 #define DCDIE 8 /* DCD IE */ macro
H A Dip22zilog.h201 #define DCDIE 8 /* DCD IE */ macro
H A Dpmac_zilog.h286 #define DCDIE 8 /* DCD IE */ macro
H A Dpmac_zilog.c648 new_reg = uap->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in pmz_enable_ms()
1216 uap->curregs[R15] |= DCDIE | SYNCIE | CTSIE; in __pmz_set_termios()
1219 uap->curregs[R15] &= ~(DCDIE | SYNCIE | CTSIE); in __pmz_set_termios()
H A Dsunzilog.c741 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in sunzilog_enable_ms()