Searched refs:DCDIE (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/drivers/tty/serial/ |
D | zs.c | 357 ((mask_b & DCDIE) ? TIOCM_CAR : 0) | in zs_raw_xor_mctrl() 358 ((mask_a & DCDIE) ? TIOCM_RNG : 0) | in zs_raw_xor_mctrl() 466 zport_a->regs[15] &= ~(DCDIE | SYNCIE); in zs_stop_rx() 474 zport->regs[15] &= ~(DCDIE | CTSIE); in zs_stop_rx() 478 if (!(zport->regs[15] & (DCDIE | SYNCIE))) in zs_stop_rx() 504 zport_a->regs[15] |= DCDIE | SYNCIE; in zs_enable_ms() 507 zport->regs[15] |= DCDIE | CTSIE; in zs_enable_ms() 944 zport->regs[15] |= DCDIE; in zs_set_termios() 946 zport->regs[15] &= ~DCDIE; in zs_set_termios()
|
D | zs.h | 220 #define DCDIE 8 /* DCD IE */ macro
|
D | ip22zilog.h | 200 #define DCDIE 8 /* DCD IE */ macro
|
D | sunzilog.h | 204 #define DCDIE 8 /* DCD IE */ macro
|
D | pmac_zilog.h | 306 #define DCDIE 8 /* DCD IE */ macro
|
D | pmac_zilog.c | 718 new_reg = uap->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in pmz_enable_ms() 1332 uap->curregs[R15] |= DCDIE | SYNCIE | CTSIE; in __pmz_set_termios() 1335 uap->curregs[R15] &= ~(DCDIE | SYNCIE | CTSIE); in __pmz_set_termios()
|
D | ip22zilog.c | 647 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in ip22zilog_enable_ms()
|
D | sunzilog.c | 747 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE); in sunzilog_enable_ms()
|
/linux-2.6.39/drivers/net/hamradio/ |
D | z8530.h | 164 #define DCDIE 8 /* DCD IE */ macro
|
D | dmascc.c | 858 write_scc(priv, R15, DCDIE); in scc_open() 1420 write_scc(priv, R15, DCDIE); in tm_isr() 1428 start_timer(priv, priv->param.waittime, DCDIE); in tm_isr() 1442 write_scc(priv, R15, DCDIE); in tm_isr() 1447 write_scc(priv, R15, DCDIE); in tm_isr() 1456 priv->param.slottime, DCDIE); in tm_isr()
|
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() 1324 cl(scc, R15, DCDIE); in scc_set_param() 1327 or(scc, R15, DCDIE); in scc_set_param()
|
/linux-2.6.39/drivers/net/wan/ |
D | z85230.h | 187 #define DCDIE 8 /* DCD IE */ macro
|
D | z85230.c | 227 15, DCDIE|SYNCIE|CTSIE|TxUIE|BRKIE, 252 15, DCDIE|SYNCIE|CTSIE|TxUIE|BRKIE,
|