Searched refs:pwrList (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/ |
| H A D | ar2317.c | 282 const int16_t *pwrList, const int16_t *VpdList, in ar2317FillVpdTable() argument 296 GetLowerUpperIndex(currPwr, pwrList, numIntercepts, in ar2317FillVpdTable() 302 if (pwrList[idxL] == pwrList[idxR]) in ar2317FillVpdTable() 306 (((currPwr - pwrList[idxL])*VpdList[idxR]+ in ar2317FillVpdTable() 307 (pwrList[idxR] - currPwr)*VpdList[idxL])/ in ar2317FillVpdTable() 308 (pwrList[idxR] - pwrList[idxL])); in ar2317FillVpdTable()
|
| H A D | ar2316.c | 305 const int16_t *pwrList, const int16_t *VpdList, in ar2316FillVpdTable() argument 319 GetLowerUpperIndex(currPwr, pwrList, numIntercepts, in ar2316FillVpdTable() 325 if (pwrList[idxL] == pwrList[idxR]) in ar2316FillVpdTable() 329 (((currPwr - pwrList[idxL])*VpdList[idxR]+ in ar2316FillVpdTable() 330 (pwrList[idxR] - currPwr)*VpdList[idxL])/ in ar2316FillVpdTable() 331 (pwrList[idxR] - pwrList[idxL])); in ar2316FillVpdTable()
|
| H A D | ar2413.c | 299 const int16_t *pwrList, const uint16_t *VpdList, in ar2413FillVpdTable() argument 313 GetLowerUpperIndex(currPwr, (const uint16_t *) pwrList, in ar2413FillVpdTable() 319 if (pwrList[idxL] == pwrList[idxR]) in ar2413FillVpdTable() 323 (((currPwr - pwrList[idxL])*VpdList[idxR]+ in ar2413FillVpdTable() 324 (pwrList[idxR] - currPwr)*VpdList[idxL])/ in ar2413FillVpdTable() 325 (pwrList[idxR] - pwrList[idxL])); in ar2413FillVpdTable()
|
| H A D | ar2425.c | 300 const int16_t *pwrList, const uint16_t *VpdList, in ar2425FillVpdTable() argument 315 GetLowerUpperIndex(currPwr, (const uint16_t *) pwrList, in ar2425FillVpdTable() 321 if (pwrList[idxL] == pwrList[idxR]) in ar2425FillVpdTable() 325 (((currPwr - pwrList[idxL])*VpdList[idxR]+ in ar2425FillVpdTable() 326 (pwrList[idxR] - currPwr)*VpdList[idxL])/ in ar2425FillVpdTable() 327 (pwrList[idxR] - pwrList[idxL])); in ar2425FillVpdTable()
|
| H A D | ar5413.c | 334 const int16_t *pwrList, const uint16_t *VpdList, in ar5413FillVpdTable() argument 349 GetLowerUpperIndex(currPwr, (const uint16_t *) pwrList, in ar5413FillVpdTable() 355 if (pwrList[idxL] == pwrList[idxR]) in ar5413FillVpdTable() 359 (((currPwr - pwrList[idxL])*VpdList[idxR]+ in ar5413FillVpdTable() 360 (pwrList[idxR] - currPwr)*VpdList[idxL])/ in ar5413FillVpdTable() 361 (pwrList[idxR] - pwrList[idxL])); in ar5413FillVpdTable()
|