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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5111.c50 static uint16_t ar5212GetScaledPower(uint16_t channel, uint16_t pcdacValue,
52 static HAL_BOOL ar5212FindValueInList(uint16_t channel, uint16_t pcdacValue,
541 ar5212GetScaledPower(uint16_t channel, uint16_t pcdacValue, argument
551 if (ar5212FindValueInList(channel, pcdacValue, pSrcStruct, &powerValue)) {
559 ar5212GetLowerUpperPcdacs(pcdacValue,
561 ar5212GetLowerUpperPcdacs(pcdacValue,
567 lScaledPwr = interpolate(pcdacValue, llPcdac, ulPcdac, lPwr, uPwr);
571 rScaledPwr = interpolate(pcdacValue, lrPcdac, urPcdac, lPwr, uPwr);
580 ar5212FindValueInList(uint16_t channel, uint16_t pcdacValue, argument
592 if (*pPcdac == pcdacValue) {
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c127 static uint16_t ar5211GetScaledPower(uint16_t channel, uint16_t pcdacValue,
129 static HAL_BOOL ar5211FindValueInList(uint16_t channel, uint16_t pcdacValue,
1695 ar5211GetScaledPower(uint16_t channel, uint16_t pcdacValue, argument
1705 if (ar5211FindValueInList(channel, pcdacValue, pSrcStruct, &powerValue))
1711 ar5211GetLowerUpperPcdacs(pcdacValue, lFreq, pSrcStruct,
1713 ar5211GetLowerUpperPcdacs(pcdacValue, rFreq, pSrcStruct,
1719 lScaledPwr = ar5211GetInterpolatedValue(pcdacValue,
1724 rScaledPwr = ar5211GetInterpolatedValue(pcdacValue,
1735 ar5211FindValueInList(uint16_t channel, uint16_t pcdacValue, argument
1747 if (*pPcdac == pcdacValue) {
[all...]

Completed in 43 milliseconds