Searched refs:SYNCIE (Results 1 – 12 of 12) sorted by relevance
/drivers/net/hamradio/ |
D | z8530.h | 165 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
|
D | scc.c | 871 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/ |
D | zs.h | 221 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
|
D | sunzilog.h | 205 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
|
D | ip22zilog.h | 201 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
|
D | zs.c | 360 ((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()
|
D | pmac_zilog.h | 296 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
|
D | pmac_zilog.c | 700 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()
|
D | ip22zilog.c | 643 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in ip22zilog_enable_ms()
|
D | sunzilog.c | 743 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in sunzilog_enable_ms()
|
/drivers/net/wan/ |
D | z85230.h | 188 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
|
D | z85230.c | 229 15, DCDIE|SYNCIE|CTSIE|TxUIE|BRKIE, 254 15, DCDIE|SYNCIE|CTSIE|TxUIE|BRKIE,
|