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

/netbsd-current/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5112.c639 int16_t pMin, currPower, pMax; local
657 currPower = pMax;
659 while ((jj < 64) && (jj > 0) && (pwrTableT4[jj] >= currPower)) {
670 currPower -= 2; // corresponds to a 0.5dB step
687 int16_t pMin, pMax, currPower; local
708 currPower = pMax;
711 if ((currPower <= *pMid) || ( (jj == 0) && (msbFlag == 0x40))){
716 while ((jj > 0) && (pwrTableT4[jj] >= currPower)) {
727 currPower -= 2; // corresponds to a 0.5dB step

Completed in 181 milliseconds