Searched refs:SYNCIE (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/hamradio/ |
| H A D | z8530.h | 166 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
|
| H A 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/drivers/tty/serial/ |
| H A D | zs.h | 222 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
|
| H A D | sunzilog.h | 206 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
|
| H A D | ip22zilog.h | 202 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
|
| H A D | pmac_zilog.h | 287 #define SYNCIE 0x10 /* Sync/hunt IE */ macro
|
| H A D | pmac_zilog.c | 648 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 D | sunzilog.c | 741 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in sunzilog_enable_ms()
|