Searched refs:currPwr (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/ |
| 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()
|
| 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()
|
| 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()
|
| 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()
|
| D | ar5413.c | 340 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/ |
| D | ah.c | 1311 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()
|