Home
last modified time | relevance | path

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

/linux/drivers/net/hamradio/
H A Dz8530.h166 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
/linux/drivers/tty/serial/
H A Dzs.h222 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
H A Dsunzilog.h206 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
H A Dip22zilog.h202 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
H A Dpmac_zilog.h287 #define SYNCIE 0x10 /* Sync/hunt 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()