Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c129 static uint16_t ar5211GetInterpolatedValue(uint16_t target,
1460 scaledPcdac = (uint16_t)(ar5211GetInterpolatedValue(pwr, in ar5211SetPowerTable()
1611 twicePower = ar5211GetInterpolatedValue(freq, in ar5211SetRateTable()
1717 lScaledPwr = ar5211GetInterpolatedValue(pcdacValue, in ar5211GetScaledPower()
1722 rScaledPwr = ar5211GetInterpolatedValue(pcdacValue, in ar5211GetScaledPower()
1725 return ar5211GetInterpolatedValue(channel, lFreq, rFreq, in ar5211GetScaledPower()
1761 ar5211GetInterpolatedValue(uint16_t target, in ar5211GetInterpolatedValue() function