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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dz8530.h164 #define DCDIE 8 /* DCD IE */ macro
H A Ddmascc.c858 write_scc(priv, R15, DCDIE);
1434 write_scc(priv, R15, DCDIE);
1442 start_timer(priv, priv->param.waittime, DCDIE);
1456 write_scc(priv, R15, DCDIE);
1461 write_scc(priv, R15, DCDIE);
1470 priv->param.slottime, DCDIE);
H A Dscc.c870 wr(scc,R15, BRKIE|TxUIE|(scc->kiss.softdcd? SYNCIE:DCDIE));
923 cl(scc, R15, DCDIE|SYNCIE); /* No DCD changes, please */
950 or(scc,R15, scc->kiss.softdcd? SYNCIE:DCDIE);
961 cl(scc, R15, DCDIE|SYNCIE);
982 or(scc, R15, scc->kiss.softdcd? SYNCIE:DCDIE);
1321 cl(scc, R15, DCDIE);
1324 or(scc, R15, DCDIE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dz85230.h187 #define DCDIE 8 /* DCD IE */ macro
H A Dz85230.c215 15, DCDIE|SYNCIE|CTSIE|TxUIE|BRKIE,
240 15, DCDIE|SYNCIE|CTSIE|TxUIE|BRKIE,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dip22zilog.h200 #define DCDIE 8 /* DCD IE */ macro
H A Dsunzilog.h204 #define DCDIE 8 /* DCD IE */ macro
H A Dpmac_zilog.h292 #define DCDIE 8 /* DCD IE */ macro
H A Dpmac_zilog.c692 new_reg = uap->curregs[R15] | (DCDIE | SYNCIE | CTSIE);
1272 uap->curregs[R15] |= DCDIE | SYNCIE | CTSIE;
1275 uap->curregs[R15] &= ~(DCDIE | SYNCIE | CTSIE);
H A Dip22zilog.c647 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE);
H A Dsunzilog.c749 new_reg = up->curregs[R15] | (DCDIE | SYNCIE | CTSIE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/tc/
H A Dzs.h338 #define DCDIE 8 /* DCD IE */ macro
H A Dzs.c673 info->zs_channel->curregs[R15] |= (DCDIE | CTSIE | TxUIE | BRKIE);
828 if (!(info->zs_channel->curregs[15] & DCDIE))
830 info->zs_channel->curregs[15] |= DCDIE;
832 info->zs_channel->curregs[15] &= ~DCDIE;

Completed in 183 milliseconds