Searched refs:VpdList (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar2316.c | 298 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 D | ar2317.c | 275 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 D | ar2413.c | 292 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 D | ar2425.c | 293 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 D | ar5413.c | 334 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()
|