Searched refs:c_dcd (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsx.h27 int c_dcd; member in struct:sx_port
H A Dsx.c588 port->c_dcd, sx_get_CD(port),
806 /* port->c_dcd = sx_get_CD (port); */
979 int c_dcd; local
983 port->c_dcd, sx_get_CD(port));
995 c_dcd = sx_get_CD(port);
996 sx_dprintk(SX_DEBUG_MODEMSIGNALS, "DCD is now %d\n", c_dcd);
997 if (c_dcd != port->c_dcd) {
998 port->c_dcd = c_dcd;
[all...]
H A Dvme_scc.c554 port->c_dcd = !!(sr & SR_DCD);
557 else if (port->c_dcd) {
879 port->c_dcd = 0; /* Prevent initial 1->0 interrupt */
900 port->c_dcd = scc_get_CD (port);
H A Dscc.h80 int c_dcd; member in struct:scc_port

Completed in 65 milliseconds