Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dzs.h221 #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()