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

/freebsd-10.2-release/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,
540 ar5212GetScaledPower(uint16_t channel, uint16_t pcdacValue, argument
550 if (ar5212FindValueInList(channel, pcdacValue, pSrcStruct, &powerValue)) {
558 ar5212GetLowerUpperPcdacs(pcdacValue,
560 ar5212GetLowerUpperPcdacs(pcdacValue,
566 lScaledPwr = interpolate(pcdacValue, llPcdac, ulPcdac, lPwr, uPwr);
570 rScaledPwr = interpolate(pcdacValue, lrPcdac, urPcdac, lPwr, uPwr);
579 ar5212FindValueInList(uint16_t channel, uint16_t pcdacValue, argument
591 if (*pPcdac == pcdacValue) {
[all...]
/freebsd-10.2-release/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,
1692 ar5211GetScaledPower(uint16_t channel, uint16_t pcdacValue, argument
1702 if (ar5211FindValueInList(channel, pcdacValue, pSrcStruct, &powerValue))
1708 ar5211GetLowerUpperPcdacs(pcdacValue, lFreq, pSrcStruct,
1710 ar5211GetLowerUpperPcdacs(pcdacValue, rFreq, pSrcStruct,
1716 lScaledPwr = ar5211GetInterpolatedValue(pcdacValue,
1721 rScaledPwr = ar5211GetInterpolatedValue(pcdacValue,
1732 ar5211FindValueInList(uint16_t channel, uint16_t pcdacValue, argument
1744 if (*pPcdac == pcdacValue) {
[all...]

Completed in 159 milliseconds