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

/freebsd-10.2-release/sys/dev/ath/ath_hal/
H A Dah.c1307 ath_ee_FillVpdTable(uint8_t pwrMin, uint8_t pwrMax, uint8_t *pPwrList, argument
1316 ath_ee_getLowerUpperIndex(currPwr, pPwrList, numIntercepts,
1322 if (pPwrList[idxL] == pPwrList[idxR])
1325 k = (uint16_t)( ((currPwr - pPwrList[idxL]) * pVpdList[idxR] + (pPwrList[idxR] - currPwr) * pVpdList[idxL]) /
1326 (pPwrList[idxR] - pPwrList[idxL]) );
H A Dah_internal.h972 uint8_t *pPwrList, uint8_t *pVpdList, uint16_t numIntercepts,

Completed in 95 milliseconds