Home
last modified time | relevance | path

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

/drivers/net/hamradio/
Dz8530.h167 #define CTSIE 0x20 /* CTS IE */ macro
/drivers/tty/serial/
Dzs.c354 mmask = ((mask_b & CTSIE) ? TIOCM_CTS : 0) | in zs_raw_xor_mctrl()
472 zport->regs[15] &= ~(DCDIE | CTSIE); in zs_stop_rx()
505 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()
Dzs.h223 #define CTSIE 0x20 /* CTS IE */ macro
Dip22zilog.h203 #define CTSIE 0x20 /* CTS IE */ macro
Dsunzilog.h207 #define CTSIE 0x20 /* CTS IE */ macro
Dpmac_zilog.h288 #define CTSIE 0x20 /* CTS IE */ macro
Dpmac_zilog.c664 new_reg = uap->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in pmz_enable_ms()
1232 uap->curregs[R15] |= DCDIE | SYNCIE | CTSIE; in __pmz_set_termios()
1235 uap->curregs[R15] &= ~(DCDIE | SYNCIE | CTSIE); in __pmz_set_termios()
Dip22zilog.c644 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in ip22zilog_enable_ms()
Dsunzilog.c744 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in sunzilog_enable_ms()