Home
last modified time | relevance | path

Searched refs:currPwr (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
Dar2413.c296 int16_t currPwr = (int16_t)(2*Pmin); in ar2413FillVpdTable() local
307 GetLowerUpperIndex(currPwr, (const uint16_t *) pwrList, in ar2413FillVpdTable()
317 (((currPwr - pwrList[idxL])*VpdList[idxR]+ in ar2413FillVpdTable()
318 (pwrList[idxR] - currPwr)*VpdList[idxL])/ in ar2413FillVpdTable()
322 currPwr += 2; /* half dB steps */ in ar2413FillVpdTable()
Dar2425.c298 int16_t currPwr = (int16_t)(2*Pmin); in ar2425FillVpdTable() local
309 GetLowerUpperIndex(currPwr, (const uint16_t *) pwrList, in ar2425FillVpdTable()
319 (((currPwr - pwrList[idxL])*VpdList[idxR]+ in ar2425FillVpdTable()
320 (pwrList[idxR] - currPwr)*VpdList[idxL])/ in ar2425FillVpdTable()
324 currPwr += 2; /* half dB steps */ in ar2425FillVpdTable()
Dar2316.c302 int16_t currPwr = (int16_t)(2*Pmin); in ar2316FillVpdTable() local
313 GetLowerUpperIndex(currPwr, pwrList, numIntercepts, in ar2316FillVpdTable()
323 (((currPwr - pwrList[idxL])*VpdList[idxR]+ in ar2316FillVpdTable()
324 (pwrList[idxR] - currPwr)*VpdList[idxL])/ in ar2316FillVpdTable()
328 currPwr += 2; /* half dB steps */ in ar2316FillVpdTable()
Dar2317.c279 int16_t currPwr = (int16_t)(2*Pmin); in ar2317FillVpdTable() local
290 GetLowerUpperIndex(currPwr, pwrList, numIntercepts, in ar2317FillVpdTable()
300 (((currPwr - pwrList[idxL])*VpdList[idxR]+ in ar2317FillVpdTable()
301 (pwrList[idxR] - currPwr)*VpdList[idxL])/ in ar2317FillVpdTable()
305 currPwr += 2; /* half dB steps */ in ar2317FillVpdTable()
Dar5413.c340 int16_t currPwr = (int16_t)(2*Pmin); in ar5413FillVpdTable() local
351 GetLowerUpperIndex(currPwr, (const uint16_t *) pwrList, in ar5413FillVpdTable()
361 (((currPwr - pwrList[idxL])*VpdList[idxR]+ in ar5413FillVpdTable()
362 (pwrList[idxR] - currPwr)*VpdList[idxL])/ in ar5413FillVpdTable()
366 currPwr += 2; /* half dB steps */ in ar5413FillVpdTable()
/freebsd-10-stable/sys/dev/ath/ath_hal/
Dah.c1311 uint8_t currPwr = pwrMin; in ath_ee_FillVpdTable() local
1316 ath_ee_getLowerUpperIndex(currPwr, pPwrList, numIntercepts, in ath_ee_FillVpdTable()
1325 …k = (uint16_t)( ((currPwr - pPwrList[idxL]) * pVpdList[idxR] + (pPwrList[idxR] - currPwr) * pVpdLi… in ath_ee_FillVpdTable()
1329 currPwr += 2; /* half dB steps */ in ath_ee_FillVpdTable()