Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dzs.h222 #define CTSIE 0x20 /* CTS IE */ macro
H A Dzs.c353 mmask = ((mask_b & CTSIE) ? TIOCM_CTS : 0) | in zs_raw_xor_mctrl()
471 zport->regs[15] &= ~(DCDIE | CTSIE); in zs_stop_rx()
504 zport->regs[15] |= DCDIE | CTSIE; in zs_enable_ms()
946 zport->regs[15] |= CTSIE; in zs_set_termios()
948 zport->regs[15] &= ~CTSIE; in zs_set_termios()
H A Dsunzilog.h207 #define CTSIE 0x20 /* CTS IE */ macro
H A Dip22zilog.h203 #define CTSIE 0x20 /* CTS IE */ macro
H A Dpmac_zilog.h288 #define CTSIE 0x20 /* CTS 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()