Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/hamradio/
Dz8530.h166 #define CTSIE 0x20 /* CTS IE */ macro
Ddmascc.c525 write_scc(priv, R15, CTSIE); in setup_adapter()
1080 write_scc(priv, R15, r15 | CTSIE); in start_timer()
/linux-4.1.27/drivers/tty/serial/
Dzs.h222 #define CTSIE 0x20 /* CTS IE */ macro
Dip22zilog.h202 #define CTSIE 0x20 /* CTS IE */ macro
Dsunzilog.h206 #define CTSIE 0x20 /* CTS IE */ macro
Dzs.c357 mmask = ((mask_b & CTSIE) ? TIOCM_CTS : 0) | in zs_raw_xor_mctrl()
475 zport->regs[15] &= ~(DCDIE | CTSIE); in zs_stop_rx()
508 zport->regs[15] |= DCDIE | CTSIE; in zs_enable_ms()
949 zport->regs[15] |= CTSIE; in zs_set_termios()
951 zport->regs[15] &= ~CTSIE; in zs_set_termios()
Dpmac_zilog.h297 #define CTSIE 0x20 /* CTS IE */ macro
Dpmac_zilog.c700 new_reg = uap->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in pmz_enable_ms()
1280 uap->curregs[R15] |= DCDIE | SYNCIE | CTSIE; in __pmz_set_termios()
1283 uap->curregs[R15] &= ~(DCDIE | SYNCIE | CTSIE); in __pmz_set_termios()
Dip22zilog.c647 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in ip22zilog_enable_ms()
Dsunzilog.c747 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in sunzilog_enable_ms()
/linux-4.1.27/drivers/net/wan/
Dz85230.h189 #define CTSIE 0x20 /* CTS IE */ macro
Dz85230.c229 15, DCDIE|SYNCIE|CTSIE|TxUIE|BRKIE,
254 15, DCDIE|SYNCIE|CTSIE|TxUIE|BRKIE,