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

/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_rfgain.c72 gv->currStep =
79 gv->currStep = &gainLadder.optStep[gainLadder.defaultStepNum];
196 gv->currStep = &gl->optStep[gv->currStepNum];
205 __func__, gv->currGain, gv->currStep->stepName);
209 gv->currStep->stepGain);
210 gv->currStep = &gl->optStep[gv->currStepNum];
213 gv->targetGain, gv->currStep->stepName);
224 __func__, gv->currGain, gv->currStep->stepName);
229 (gl->optStep[++(gv->currStepNum)].stepGain - gv->currStep->stepGain);
230 gv->currStep
[all...]
H A Dar5112.c261 gv->currStep->paramVal[GP_PWD_138], 1, 168, 3);
263 gv->currStep->paramVal[GP_PWD_137], 1, 169, 3);
265 gv->currStep->paramVal[GP_PWD_136], 1, 170, 3);
267 gv->currStep->paramVal[GP_PWD_132], 1, 174, 3);
269 gv->currStep->paramVal[GP_PWD_131], 1, 175, 3);
271 gv->currStep->paramVal[GP_PWD_130], 1, 176, 3);
305 gv->currStep->paramVal[GP_MIXGAIN_OVR], 2, 37, 0);
H A Dar5212.h126 const GAIN_OPTIMIZATION_STEP *currStep; member in struct:__anon9241
H A Dar5212_misc.c1069 *result = __DECONST(void *, ahp->ah_gainValues.currStep);
H A Dar5212_reset.c1637 ahp->ah_gainValues.currStep->paramVal[GP_TXCLIP]);
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1916 gv->currStep = &gainLadder.optStep[gainLadder.defaultStepNum];
2028 gv->currStep = &gainLadder.optStep[gv->currStepNum];
2037 __func__, gv->currGain, gv->currStep->stepName);
2041 gv->currStep->stepGain);
2042 gv->currStep = &gainLadder.optStep[gv->currStepNum];
2045 gv->targetGain, gv->currStep->stepName);
2056 __func__, gv->currGain, gv->currStep->stepName);
2061 (gainLadder.optStep[++(gv->currStepNum)].stepGain - gv->currStep->stepGain);
2062 gv->currStep = &gainLadder.optStep[gv->currStepNum];
2065 gv->targetGain, gv->currStep
[all...]
H A Dar5211.h90 const GAIN_OPTIMIZATION_STEP *currStep; member in struct:__anon9234
H A Dar5211_misc.c684 *result = __DECONST(void *, ahp->ah_gainValues.currStep);

Completed in 174 milliseconds