Searched refs:ncd (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dser_a2232.c505 unsigned char ncd, ocd, ccd; /* names consistent with the NetBSD driver */ local
595 ncd = mem->CDBuf[bufpos++]; /* get one event */
596 ccd = ncd ^ ocd; /* mask of changed lines */
597 ocd = ncd; /* save new status bits */
602 port->cd_status = !(ncd & 1); /* ncd&1 <=> CD is now off */
618 ncd >>= 1; /* Shift bits for next line */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-floppy.c128 unsigned ncd :1; /* Non cd optical device */ member in struct:__anon4435
133 unsigned ncd :1; /* Non cd optical device */ member in struct:__anon4435

Completed in 42 milliseconds