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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dhndpmu.c2734 uint32 cc_data_temp; local
2745 cc_data_temp = R_REG(osh, &cc->chipcontrol_data);
2746 cc_data_temp &= ~str_mask;
2748 cc_data_temp |= drivestrength_sel;
2749 W_REG(osh, &cc->chipcontrol_data, cc_data_temp);
2752 drivestrength, cc_data_temp));

Completed in 49 milliseconds