Searched refs:DCDIE (Results 1 - 13 of 13) sorted by relevance

/drivers/tty/serial/
H A Dzs.c357 ((mask_b & DCDIE) ? TIOCM_CAR : 0) |
358 ((mask_a & DCDIE) ? TIOCM_RNG : 0) |
466 zport_a->regs[15] &= ~(DCDIE | SYNCIE);
474 zport->regs[15] &= ~(DCDIE | CTSIE);
478 if (!(zport->regs[15] & (DCDIE | SYNCIE)))
504 zport_a->regs[15] |= DCDIE | SYNCIE;
507 zport->regs[15] |= DCDIE | CTSIE;
944 zport->regs[15] |= DCDIE;
946 zport->regs[15] &= ~DCDIE;
H A Dzs.h220 #define DCDIE 8 /* DCD IE */ macro
H A Dip22zilog.h200 #define DCDIE 8 /* DCD IE */ macro
H A Dsunzilog.h204 #define DCDIE 8 /* DCD IE */ macro
H A Dpmac_zilog.h295 #define DCDIE 8 /* DCD IE */ macro
H A Dpmac_zilog.c695 new_reg = uap->curregs[R15] | (DCDIE | SYNCIE | CTSIE);
1275 uap->curregs[R15] |= DCDIE | SYNCIE | CTSIE;
1278 uap->curregs[R15] &= ~(DCDIE | SYNCIE | CTSIE);
H A Dip22zilog.c647 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE);
H A Dsunzilog.c748 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE);
/drivers/net/hamradio/
H A Dz8530.h164 #define DCDIE 8 /* DCD IE */ macro
H A Ddmascc.c858 write_scc(priv, R15, DCDIE);
1420 write_scc(priv, R15, DCDIE);
1428 start_timer(priv, priv->param.waittime, DCDIE);
1442 write_scc(priv, R15, DCDIE);
1447 write_scc(priv, R15, DCDIE);
1456 priv->param.slottime, DCDIE);
H A Dscc.c871 wr(scc,R15, BRKIE|TxUIE|(scc->kiss.softdcd? SYNCIE:DCDIE));
924 cl(scc, R15, DCDIE|SYNCIE); /* No DCD changes, please */
951 or(scc,R15, scc->kiss.softdcd? SYNCIE:DCDIE);
962 cl(scc, R15, DCDIE|SYNCIE);
983 or(scc, R15, scc->kiss.softdcd? SYNCIE:DCDIE);
1323 cl(scc, R15, DCDIE);
1326 or(scc, R15, DCDIE);
/drivers/net/wan/
H A Dz85230.h187 #define DCDIE 8 /* DCD IE */ macro
H A Dz85230.c229 15, DCDIE|SYNCIE|CTSIE|TxUIE|BRKIE,
254 15, DCDIE|SYNCIE|CTSIE|TxUIE|BRKIE,

Completed in 1452 milliseconds