Home
last modified time | relevance | path

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

/drivers/net/hamradio/
Dz8530.h165 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
Dscc.c871 wr(scc,R15, BRKIE|TxUIE|(scc->kiss.softdcd? SYNCIE:DCDIE)); in init_channel()
924 cl(scc, R15, DCDIE|SYNCIE); /* No DCD changes, please */ in scc_key_trx()
951 or(scc,R15, scc->kiss.softdcd? SYNCIE:DCDIE); in scc_key_trx()
962 cl(scc, R15, DCDIE|SYNCIE); in scc_key_trx()
983 or(scc, R15, scc->kiss.softdcd? SYNCIE:DCDIE); in scc_key_trx()
1322 or(scc, R15, SYNCIE); in scc_set_param()
1327 cl(scc, R15, SYNCIE); in scc_set_param()
/drivers/tty/serial/
Dzs.h221 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
Dsunzilog.h205 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
Dip22zilog.h201 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
Dzs.c360 ((mask_a & SYNCIE) ? TIOCM_DSR : 0); in zs_raw_xor_mctrl()
467 zport_a->regs[15] &= ~(DCDIE | SYNCIE); in zs_stop_rx()
479 if (!(zport->regs[15] & (DCDIE | SYNCIE))) in zs_stop_rx()
505 zport_a->regs[15] |= DCDIE | SYNCIE; in zs_enable_ms()
Dpmac_zilog.h296 #define SYNCIE 0x10 /* Sync/hunt 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.c643 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in ip22zilog_enable_ms()
Dsunzilog.c743 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in sunzilog_enable_ms()
/drivers/net/wan/
Dz85230.h188 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
Dz85230.c229 15, DCDIE|SYNCIE|CTSIE|TxUIE|BRKIE,
254 15, DCDIE|SYNCIE|CTSIE|TxUIE|BRKIE,