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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhndpmu.c6897 ext_lpo_avail = 0, lpo_sel = 0; local
6932 lpo_sel = R_REG(osh, &cc->pmucontrol) & LPO_SEL;
6934 while (lpo_sel != 0 && timeout < LPO_SEL_TIMEOUT) {
6936 lpo_sel = R_REG(osh, &cc->pmucontrol) & LPO_SEL;
6963 lpo_sel = R_REG(osh, &cc->pmucontrol) & LPO_SEL;
6965 while (lpo_sel == 0 && timeout < LPO_SEL_TIMEOUT) {
6967 lpo_sel = R_REG(osh, &cc->pmucontrol) & LPO_SEL;

Completed in 52 milliseconds