Searched refs:ST1_CDCD (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dc101.c134 sca_out(stat & (ST1_UDRN | ST1_CDCD), MSCI0_OFFSET + ST1, port);
144 sca_out(stat & ST1_CDCD, MSCI1_OFFSET + ST1, port);
146 if (stat & ST1_CDCD)
H A Dhd64570.h220 #define ST1_CDCD 0x04 /* DCD level changed */ macro
H A Dhd64572.h403 #define ST1_CDCD 0x04 macro
H A Dhd64570.c231 sca_out(stat & (ST1_UDRN | ST1_CDCD), msci + ST1, card);
239 if (stat & ST1_CDCD)
H A Dhd64572.c196 if (sca_in(msci + ST1, card) & ST1_CDCD) {
198 sca_out(ST1_CDCD, msci + ST1, card);
H A Dpc300_drv.c1931 if (st1 & ST1_CDCD) { /* DCD changed */

Completed in 72 milliseconds