Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c48 static uint16_t ar5212GetScaledPower(uint16_t channel, uint16_t pcdacValue,
50 static HAL_BOOL ar5212FindValueInList(uint16_t channel, uint16_t pcdacValue,
539 ar5212GetScaledPower(uint16_t channel, uint16_t pcdacValue, in ar5212GetScaledPower() argument
549 if (ar5212FindValueInList(channel, pcdacValue, pSrcStruct, &powerValue)) { in ar5212GetScaledPower()
557 ar5212GetLowerUpperPcdacs(pcdacValue, in ar5212GetScaledPower()
559 ar5212GetLowerUpperPcdacs(pcdacValue, in ar5212GetScaledPower()
565 lScaledPwr = interpolate(pcdacValue, llPcdac, ulPcdac, lPwr, uPwr); in ar5212GetScaledPower()
569 rScaledPwr = interpolate(pcdacValue, lrPcdac, urPcdac, lPwr, uPwr); in ar5212GetScaledPower()
578 ar5212FindValueInList(uint16_t channel, uint16_t pcdacValue, in ar5212FindValueInList() argument
590 if (*pPcdac == pcdacValue) { in ar5212FindValueInList()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c125 static uint16_t ar5211GetScaledPower(uint16_t channel, uint16_t pcdacValue,
127 static HAL_BOOL ar5211FindValueInList(uint16_t channel, uint16_t pcdacValue,
1693 ar5211GetScaledPower(uint16_t channel, uint16_t pcdacValue, in ar5211GetScaledPower() argument
1703 if (ar5211FindValueInList(channel, pcdacValue, pSrcStruct, &powerValue)) in ar5211GetScaledPower()
1709 ar5211GetLowerUpperPcdacs(pcdacValue, lFreq, pSrcStruct, in ar5211GetScaledPower()
1711 ar5211GetLowerUpperPcdacs(pcdacValue, rFreq, pSrcStruct, in ar5211GetScaledPower()
1717 lScaledPwr = ar5211GetInterpolatedValue(pcdacValue, in ar5211GetScaledPower()
1722 rScaledPwr = ar5211GetInterpolatedValue(pcdacValue, in ar5211GetScaledPower()
1733 ar5211FindValueInList(uint16_t channel, uint16_t pcdacValue, in ar5211FindValueInList() argument
1745 if (*pPcdac == pcdacValue) { in ar5211FindValueInList()