Searched refs:DCDIE (Results 1 – 13 of 13) sorted by relevance
/drivers/tty/serial/ |
D | zs.c | 358 ((mask_b & DCDIE) ? TIOCM_CAR : 0) | in zs_raw_xor_mctrl() 359 ((mask_a & DCDIE) ? TIOCM_RNG : 0) | in zs_raw_xor_mctrl() 467 zport_a->regs[15] &= ~(DCDIE | SYNCIE); in zs_stop_rx() 475 zport->regs[15] &= ~(DCDIE | CTSIE); 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() 508 zport->regs[15] |= DCDIE | CTSIE; in zs_enable_ms() 945 zport->regs[15] |= DCDIE; in zs_set_termios() 947 zport->regs[15] &= ~DCDIE; in zs_set_termios()
|
D | zs.h | 220 #define DCDIE 8 /* DCD IE */ macro
|
D | sunzilog.h | 204 #define DCDIE 8 /* DCD IE */ macro
|
D | ip22zilog.h | 200 #define DCDIE 8 /* DCD IE */ macro
|
D | pmac_zilog.h | 295 #define DCDIE 8 /* DCD 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/hamradio/ |
D | dmascc.c | 853 write_scc(priv, R15, DCDIE); in scc_open() 1415 write_scc(priv, R15, DCDIE); in tm_isr() 1423 start_timer(priv, priv->param.waittime, DCDIE); in tm_isr() 1437 write_scc(priv, R15, DCDIE); in tm_isr() 1442 write_scc(priv, R15, DCDIE); in tm_isr() 1451 priv->param.slottime, DCDIE); in tm_isr()
|
D | z8530.h | 164 #define DCDIE 8 /* DCD 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() 1323 cl(scc, R15, DCDIE); in scc_set_param() 1326 or(scc, R15, DCDIE); in scc_set_param()
|
/drivers/net/wan/ |
D | z85230.h | 187 #define DCDIE 8 /* DCD IE */ macro
|
D | z85230.c | 229 15, DCDIE|SYNCIE|CTSIE|TxUIE|BRKIE, 254 15, DCDIE|SYNCIE|CTSIE|TxUIE|BRKIE,
|