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 D | ar2317.c | 279 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 D | ar2425.c | 298 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 D | ar2413.c | 296 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 D | ar2316.c | 302 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 D | ar5413.c | 339 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 D | ah.c | 1420 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()
|