Home
last modified time | relevance | path

Searched refs:VpdList (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
320 kk = VpdList[idxL]; in ar2316FillVpdTable()
323 (((currPwr - pwrList[idxL])*VpdList[idxR]+ in ar2316FillVpdTable()
324 (pwrList[idxR] - currPwr)*VpdList[idxL])/ in ar2316FillVpdTable()
H A Dar2317.c275 const int16_t *pwrList, const int16_t *VpdList, in ar2317FillVpdTable() argument
297 kk = VpdList[idxL]; in ar2317FillVpdTable()
300 (((currPwr - pwrList[idxL])*VpdList[idxR]+ in ar2317FillVpdTable()
301 (pwrList[idxR] - currPwr)*VpdList[idxL])/ in ar2317FillVpdTable()
H A Dar2413.c292 const int16_t *pwrList, const uint16_t *VpdList, in ar2413FillVpdTable() argument
314 kk = VpdList[idxL]; in ar2413FillVpdTable()
317 (((currPwr - pwrList[idxL])*VpdList[idxR]+ in ar2413FillVpdTable()
318 (pwrList[idxR] - currPwr)*VpdList[idxL])/ in ar2413FillVpdTable()
H A Dar2425.c293 const int16_t *pwrList, const uint16_t *VpdList, in ar2425FillVpdTable() argument
316 kk = VpdList[idxL]; in ar2425FillVpdTable()
319 (((currPwr - pwrList[idxL])*VpdList[idxR]+ in ar2425FillVpdTable()
320 (pwrList[idxR] - currPwr)*VpdList[idxL])/ in ar2425FillVpdTable()
H A Dar5413.c334 const int16_t *pwrList, const uint16_t *VpdList, in ar5413FillVpdTable() argument
357 kk = VpdList[idxL]; in ar5413FillVpdTable()
360 (((currPwr - pwrList[idxL])*VpdList[idxR]+ in ar5413FillVpdTable()
361 (pwrList[idxR] - currPwr)*VpdList[idxL])/ in ar5413FillVpdTable()