Searched refs:SYNCIE (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/net/hamradio/ |
D | z8530.h | 166 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
|
D | scc.c | 874 wr(scc,R15, BRKIE|TxUIE|(scc->kiss.softdcd? SYNCIE:DCDIE)); in init_channel() 927 cl(scc, R15, DCDIE|SYNCIE); /* No DCD changes, please */ in scc_key_trx() 954 or(scc,R15, scc->kiss.softdcd? SYNCIE:DCDIE); in scc_key_trx() 965 cl(scc, R15, DCDIE|SYNCIE); in scc_key_trx() 986 or(scc, R15, scc->kiss.softdcd? SYNCIE:DCDIE); in scc_key_trx() 1326 or(scc, R15, SYNCIE); in scc_set_param() 1331 cl(scc, R15, SYNCIE); in scc_set_param()
|
/linux-6.1.9/drivers/tty/serial/ |
D | zs.h | 222 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
|
D | ip22zilog.h | 202 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
|
D | sunzilog.h | 206 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
|
D | pmac_zilog.h | 287 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
|
D | zs.c | 357 ((mask_a & SYNCIE) ? TIOCM_DSR : 0); in zs_raw_xor_mctrl() 464 zport_a->regs[15] &= ~(DCDIE | SYNCIE); in zs_stop_rx() 476 if (!(zport->regs[15] & (DCDIE | SYNCIE))) in zs_stop_rx() 502 zport_a->regs[15] |= DCDIE | SYNCIE; in zs_enable_ms()
|
D | pmac_zilog.c | 664 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()
|
D | ip22zilog.c | 644 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in ip22zilog_enable_ms()
|
D | sunzilog.c | 744 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in sunzilog_enable_ms()
|