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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc91x.c345 SMC_SET_RCR(lp, lp->rcr_cur_mode);
1384 lp->rcr_cur_mode |= RCR_PRMS;
1399 lp->rcr_cur_mode |= RCR_ALMUL;
1440 lp->rcr_cur_mode &= ~(RCR_PRMS | RCR_ALMUL);
1446 lp->rcr_cur_mode &= ~(RCR_PRMS | RCR_ALMUL);
1458 SMC_SET_RCR(lp, lp->rcr_cur_mode);
1492 lp->rcr_cur_mode = RCR_DEFAULT;
H A Dsmc91x.h382 int rcr_cur_mode; member in struct:smc_local

Completed in 113 milliseconds