Home
last modified time | relevance | path

Searched refs:pwrList (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar2316.c298 const int16_t *pwrList, const int16_t *VpdList, in ar2316FillVpdTable() argument
313 GetLowerUpperIndex(currPwr, pwrList, numIntercepts, in ar2316FillVpdTable()
319 if (pwrList[idxL] == pwrList[idxR]) in ar2316FillVpdTable()
323 (((currPwr - pwrList[idxL])*VpdList[idxR]+ in ar2316FillVpdTable()
324 (pwrList[idxR] - currPwr)*VpdList[idxL])/ in ar2316FillVpdTable()
325 (pwrList[idxR] - pwrList[idxL])); in ar2316FillVpdTable()
H A Dar2317.c275 const int16_t *pwrList, const int16_t *VpdList, in ar2317FillVpdTable() argument
290 GetLowerUpperIndex(currPwr, pwrList, numIntercepts, in ar2317FillVpdTable()
296 if (pwrList[idxL] == pwrList[idxR]) in ar2317FillVpdTable()
300 (((currPwr - pwrList[idxL])*VpdList[idxR]+ in ar2317FillVpdTable()
301 (pwrList[idxR] - currPwr)*VpdList[idxL])/ in ar2317FillVpdTable()
302 (pwrList[idxR] - pwrList[idxL])); in ar2317FillVpdTable()
H A Dar2413.c292 const int16_t *pwrList, const uint16_t *VpdList, in ar2413FillVpdTable() argument
307 GetLowerUpperIndex(currPwr, (const uint16_t *) pwrList, in ar2413FillVpdTable()
313 if (pwrList[idxL] == pwrList[idxR]) in ar2413FillVpdTable()
317 (((currPwr - pwrList[idxL])*VpdList[idxR]+ in ar2413FillVpdTable()
318 (pwrList[idxR] - currPwr)*VpdList[idxL])/ in ar2413FillVpdTable()
319 (pwrList[idxR] - pwrList[idxL])); in ar2413FillVpdTable()
H A Dar2425.c293 const int16_t *pwrList, const uint16_t *VpdList, in ar2425FillVpdTable() argument
309 GetLowerUpperIndex(currPwr, (const uint16_t *) pwrList, in ar2425FillVpdTable()
315 if (pwrList[idxL] == pwrList[idxR]) in ar2425FillVpdTable()
319 (((currPwr - pwrList[idxL])*VpdList[idxR]+ in ar2425FillVpdTable()
320 (pwrList[idxR] - currPwr)*VpdList[idxL])/ in ar2425FillVpdTable()
321 (pwrList[idxR] - pwrList[idxL])); in ar2425FillVpdTable()
H A Dar5413.c334 const int16_t *pwrList, const uint16_t *VpdList, in ar5413FillVpdTable() argument
350 GetLowerUpperIndex(currPwr, (const uint16_t *) pwrList, in ar5413FillVpdTable()
356 if (pwrList[idxL] == pwrList[idxR]) in ar5413FillVpdTable()
360 (((currPwr - pwrList[idxL])*VpdList[idxR]+ in ar5413FillVpdTable()
361 (pwrList[idxR] - currPwr)*VpdList[idxL])/ in ar5413FillVpdTable()
362 (pwrList[idxR] - pwrList[idxL])); in ar5413FillVpdTable()