Searched refs:DCD (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Dmatch.s49 DCD max_chain_length
52 DCD window
55 DCD prev
58 DCD prev_length
61 DCD strstart
64 DCD good_match
67 DCD nice_match
70 DCD match_start
74 DCD &ff000010
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dz8530.h164 #define DCDIE 8 /* DCD IE */
175 #define DCD 0x8 /* DCD */ macro
H A Ddmascc.c857 /* Enable DCD interrupt */
1376 /* DCD transition */
1377 if (drr0 & DCD) {
1378 if (rr0 & DCD) {
1422 if (priv->rr0 & DCD) {
1449 if (priv->rr0 & DCD) {
H A Dscc.c364 /* DCD/CTS and Rx/Tx errors */
441 /* ABORT: generated whenever DCD drops while receiving */
446 /* HUNT: software DCD; on = waiting for SYNC, off = receiving frame */
463 /* DCD: on = start to receive packet, off = ABORT condition */
466 if((changes & DCD) && !scc->kiss.softdcd) /* DCD input changed state */
468 if(status & DCD) /* DCD is now ON */
472 } else { /* DCD is now OFF */
864 if(scc->kiss.softdcd || (InReg(scc->ctrl,R0) & DCD))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dserial_lh7a40x.c87 #define DCD (0x04) macro
232 if (delta & DCD)
233 uart_handle_dcd_change (port, status & DCD);
278 if (status & DCD)
H A Dzs.h220 #define DCDIE 8 /* DCD IE */
231 #define DCD 0x8 /* DCD */ macro
H A Dip22zilog.h200 #define DCDIE 8 /* DCD IE */
211 #define DCD 0x8 /* DCD */ macro
H A Dsunzilog.h204 #define DCDIE 8 /* DCD IE */
215 #define DCD 0x8 /* DCD */ macro
H A Dpmac_zilog.h306 #define DCDIE 8 /* DCD IE */
317 #define DCD 0x8 /* DCD */ macro
H A Dip22zilog.c346 /* The Zilog just gives us an interrupt when DCD/CTS/etc. change.
350 if ((status ^ up->prev_status) ^ DCD)
352 (status & DCD));
540 if (status & DCD)
H A Dpmac_zilog.c363 /* The Zilog just gives us an interrupt when DCD/CTS/etc. change.
368 if ((status ^ uap->prev_status) & DCD)
370 (status & DCD));
619 if (status & DCD)
903 /* Remember status for DCD/CTS changes */
H A Dsunzilog.c445 /* The Zilog just gives us an interrupt when DCD/CTS/etc. change.
449 if ((status ^ up->prev_status) ^ DCD)
451 (status & DCD));
640 if (status & DCD)
H A Dzs.c30 * 8 CD -> ~B.DCD
35 * 22 RI -> ~A.DCD
330 ((status_b & DCD) ? TIOCM_CAR : 0) |
331 ((status_a & DCD) ? TIOCM_RNG : 0) |
465 /* A-side DCD tracks RI and SYNC tracks DSR. */
473 /* This-side DCD tracks DCD and CTS tracks CTS. */
477 /* DCD tracks RI and SYNC tracks DSR for the B side. */
502 /* A-side DCD tracks RI and SYNC tracks DSR. */
506 /* This-side DCD track
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dz85230.h187 #define DCDIE 8 /* DCD IE */
198 #define DCD 0x8 /* DCD */ macro
275 u8 status; /* Current DCD */
H A Dz85230.c434 * failed to feed the chip fast enough and just broke a packet. A DCD
457 printk(KERN_INFO "%s: DCD raised\n", chan->dev->name);
462 printk(KERN_INFO "%s: DCD lost\n", chan->dev->name);
546 * and kick the next packet out. Secondly we may see a DCD change.
578 printk(KERN_INFO "%s: DCD raised\n", chan->dev->name);
583 printk(KERN_INFO "%s:DCD lost\n", chan->dev->name);
1238 dev->chanA.dcdcheck=DCD;
1239 dev->chanB.dcdcheck=DCD;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dnozomi.c279 unsigned int DCD:1; member in struct:ctrl_dl
336 unsigned int DCD:1; member in struct:ctrl_dl
1010 if (old_ctrl.DCD != ctrl_dl.DCD)
1015 DBG1("port: %d DCD(%d), CTS(%d), RI(%d), DSR(%d)",
1763 (ctrl_dl->DCD ? TIOCM_CAR : 0) |

Completed in 135 milliseconds