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

/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar2316.c309 int16_t currPwr = (int16_t)(2*Pmin); local
320 GetLowerUpperIndex(currPwr, pwrList, numIntercepts,
330 (((currPwr - pwrList[idxL])*VpdList[idxR]+
331 (pwrList[idxR] - currPwr)*VpdList[idxL])/
335 currPwr += 2; /* half dB steps */
H A Dar2317.c286 int16_t currPwr = (int16_t)(2*Pmin); local
297 GetLowerUpperIndex(currPwr, pwrList, numIntercepts,
307 (((currPwr - pwrList[idxL])*VpdList[idxR]+
308 (pwrList[idxR] - currPwr)*VpdList[idxL])/
312 currPwr += 2; /* half dB steps */
H A Dar2413.c303 int16_t currPwr = (int16_t)(2*Pmin); local
314 GetLowerUpperIndex(currPwr, (const uint16_t *) pwrList,
324 (((currPwr - pwrList[idxL])*VpdList[idxR]+
325 (pwrList[idxR] - currPwr)*VpdList[idxL])/
329 currPwr += 2; /* half dB steps */
H A Dar2425.c305 int16_t currPwr = (int16_t)(2*Pmin); local
316 GetLowerUpperIndex(currPwr, (const uint16_t *) pwrList,
326 (((currPwr - pwrList[idxL])*VpdList[idxR]+
327 (pwrList[idxR] - currPwr)*VpdList[idxL])/
331 currPwr += 2; /* half dB steps */
H A Dar5413.c339 int16_t currPwr = (int16_t)(2*Pmin); local
350 GetLowerUpperIndex(currPwr, (const uint16_t *) pwrList,
360 (((currPwr - pwrList[idxL])*VpdList[idxR]+
361 (pwrList[idxR] - currPwr)*VpdList[idxL])/
365 currPwr += 2; /* half dB steps */
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9285_reset.c829 uint8_t currPwr = pwrMin; local
834 getLowerUpperIndex(currPwr, pPwrList, numIntercepts,
843 k = (uint16_t)( ((currPwr - pPwrList[idxL]) * pVpdList[idxR] + (pPwrList[idxR] - currPwr) * pVpdList[idxL]) /
847 currPwr += 2; /* half dB steps */
H A Dar5416_reset.c2160 uint8_t currPwr = pwrMin; local
2165 getLowerUpperIndex(currPwr, pPwrList, numIntercepts,
2174 k = (uint16_t)( ((currPwr - pPwrList[idxL]) * pVpdList[idxR] + (pPwrList[idxR] - currPwr) * pVpdList[idxL]) /
2178 currPwr += 2; /* half dB steps */

Completed in 121 milliseconds