Searched refs:DCDIE (Results 1 – 13 of 13) sorted by relevance
/drivers/tty/serial/ |
D | zs.c | 355 ((mask_b & DCDIE) ? TIOCM_CAR : 0) | in zs_raw_xor_mctrl() 356 ((mask_a & DCDIE) ? TIOCM_RNG : 0) | in zs_raw_xor_mctrl() 464 zport_a->regs[15] &= ~(DCDIE | SYNCIE); in zs_stop_rx() 472 zport->regs[15] &= ~(DCDIE | CTSIE); 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() 505 zport->regs[15] |= DCDIE | CTSIE; in zs_enable_ms() 942 zport->regs[15] |= DCDIE; in zs_set_termios() 944 zport->regs[15] &= ~DCDIE; in zs_set_termios()
|
D | zs.h | 221 #define DCDIE 8 /* DCD IE */ macro
|
D | ip22zilog.h | 201 #define DCDIE 8 /* DCD IE */ macro
|
D | sunzilog.h | 205 #define DCDIE 8 /* DCD IE */ macro
|
D | pmac_zilog.h | 296 #define DCDIE 8 /* DCD IE */ macro
|
D | pmac_zilog.c | 682 new_reg = uap->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in pmz_enable_ms() 1262 uap->curregs[R15] |= DCDIE | SYNCIE | CTSIE; in __pmz_set_termios() 1265 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()
|
/drivers/net/hamradio/ |
D | dmascc.c | 847 write_scc(priv, R15, DCDIE); in scc_open() 1412 write_scc(priv, R15, DCDIE); in tm_isr() 1420 start_timer(priv, priv->param.waittime, DCDIE); in tm_isr() 1434 write_scc(priv, R15, DCDIE); in tm_isr() 1439 write_scc(priv, R15, DCDIE); in tm_isr() 1448 priv->param.slottime, DCDIE); in tm_isr()
|
D | z8530.h | 165 #define DCDIE 8 /* DCD IE */ macro
|
D | scc.c | 872 wr(scc,R15, BRKIE|TxUIE|(scc->kiss.softdcd? SYNCIE:DCDIE)); in init_channel() 925 cl(scc, R15, DCDIE|SYNCIE); /* No DCD changes, please */ in scc_key_trx() 952 or(scc,R15, scc->kiss.softdcd? SYNCIE:DCDIE); in scc_key_trx() 963 cl(scc, R15, DCDIE|SYNCIE); in scc_key_trx() 984 or(scc, R15, scc->kiss.softdcd? SYNCIE:DCDIE); in scc_key_trx() 1325 cl(scc, R15, DCDIE); in scc_set_param() 1328 or(scc, R15, DCDIE); in scc_set_param()
|
/drivers/net/wan/ |
D | z85230.h | 188 #define DCDIE 8 /* DCD IE */ macro
|
D | z85230.c | 226 15, DCDIE|SYNCIE|CTSIE|TxUIE|BRKIE, 251 15, DCDIE|SYNCIE|CTSIE|TxUIE|BRKIE,
|