Home
last modified time | relevance | path

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.c1416 ath_ee_FillVpdTable(uint8_t pwrMin, uint8_t pwrMax, uint8_t *pPwrList, in ath_ee_FillVpdTable() argument
1425 ath_ee_getLowerUpperIndex(currPwr, pPwrList, numIntercepts, in ath_ee_FillVpdTable()
1431 if (pPwrList[idxL] == pPwrList[idxR]) in ath_ee_FillVpdTable()
1434 …k = (uint16_t)( ((currPwr - pPwrList[idxL]) * pVpdList[idxR] + (pPwrList[idxR] - currPwr) * pVpdLi… in ath_ee_FillVpdTable()
1435 (pPwrList[idxR] - pPwrList[idxL]) ); in ath_ee_FillVpdTable()
H A Dah_internal.h978 uint8_t *pPwrList, uint8_t *pVpdList, uint16_t numIntercepts,