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

/freebsd-11.0-release/sys/dev/ath/ath_hal/
H A Dah.c1318 ath_ee_FillVpdTable(uint8_t pwrMin, uint8_t pwrMax, uint8_t *pPwrList, argument
1327 ath_ee_getLowerUpperIndex(currPwr, pPwrList, numIntercepts,
1333 if (pPwrList[idxL] == pPwrList[idxR])
1336 k = (uint16_t)( ((currPwr - pPwrList[idxL]) * pVpdList[idxR] + (pPwrList[idxR] - currPwr) * pVpdList[idxL]) /
1337 (pPwrList[idxR] - pPwrList[idxL]) );
H A Dah_internal.h979 uint8_t *pPwrList, uint8_t *pVpdList, uint16_t numIntercepts,

Completed in 108 milliseconds