Searched refs:pPwrList (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c1418 ath_ee_FillVpdTable(uint8_t pwrMin, uint8_t pwrMax, uint8_t *pPwrList, argument
1427 ath_ee_getLowerUpperIndex(currPwr, pPwrList, numIntercepts,
1433 if (pPwrList[idxL] == pPwrList[idxR])
1436 k = (uint16_t)( ((currPwr - pPwrList[idxL]) * pVpdList[idxR] + (pPwrList[idxR] - currPwr) * pVpdList[idxL]) /
1437 (pPwrList[idxR] - pPwrList[idxL]) );
H A Dah_internal.h980 uint8_t *pPwrList, uint8_t *pVpdList, uint16_t numIntercepts,

Completed in 51 milliseconds