Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A 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()
H A 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()
H A 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()
H A 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()
H A Dar5413.c339 int16_t currPwr = (int16_t)(2*Pmin); in ar5413FillVpdTable() local
350 GetLowerUpperIndex(currPwr, (const uint16_t *) pwrList, in ar5413FillVpdTable()
360 (((currPwr - pwrList[idxL])*VpdList[idxR]+ in ar5413FillVpdTable()
361 (pwrList[idxR] - currPwr)*VpdList[idxL])/ in ar5413FillVpdTable()
365 currPwr += 2; /* half dB steps */ in ar5413FillVpdTable()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c1420 uint8_t currPwr = pwrMin; in ath_ee_FillVpdTable() local
1425 ath_ee_getLowerUpperIndex(currPwr, pPwrList, numIntercepts, in ath_ee_FillVpdTable()
1434 …k = (uint16_t)( ((currPwr - pPwrList[idxL]) * pVpdList[idxR] + (pPwrList[idxR] - currPwr) * pVpdLi… in ath_ee_FillVpdTable()
1438 currPwr += 2; /* half dB steps */ in ath_ee_FillVpdTable()