Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/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,
533 ar5212GetScaledPower(uint16_t channel, uint16_t pcdacValue, in ar5212GetScaledPower() argument
543 if (ar5212FindValueInList(channel, pcdacValue, pSrcStruct, &powerValue)) { in ar5212GetScaledPower()
551 ar5212GetLowerUpperPcdacs(pcdacValue, in ar5212GetScaledPower()
553 ar5212GetLowerUpperPcdacs(pcdacValue, in ar5212GetScaledPower()
559 lScaledPwr = interpolate(pcdacValue, llPcdac, ulPcdac, lPwr, uPwr); in ar5212GetScaledPower()
563 rScaledPwr = interpolate(pcdacValue, lrPcdac, urPcdac, lPwr, uPwr); in ar5212GetScaledPower()
572 ar5212FindValueInList(uint16_t channel, uint16_t pcdacValue, in ar5212FindValueInList() argument
584 if (*pPcdac == pcdacValue) { in ar5212FindValueInList()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_reset.c119 static uint16_t ar5211GetScaledPower(uint16_t channel, uint16_t pcdacValue,
121 static HAL_BOOL ar5211FindValueInList(uint16_t channel, uint16_t pcdacValue,
1714 ar5211GetScaledPower(uint16_t channel, uint16_t pcdacValue, const PCDACS_EEPROM *pSrcStruct) in ar5211GetScaledPower() argument
1723 if (ar5211FindValueInList(channel, pcdacValue, pSrcStruct, &powerValue)) in ar5211GetScaledPower()
1729 ar5211GetLowerUpperPcdacs(pcdacValue, lFreq, pSrcStruct, in ar5211GetScaledPower()
1731 ar5211GetLowerUpperPcdacs(pcdacValue, rFreq, pSrcStruct, in ar5211GetScaledPower()
1737 lScaledPwr = ar5211GetInterpolatedValue(pcdacValue, in ar5211GetScaledPower()
1742 rScaledPwr = ar5211GetInterpolatedValue(pcdacValue, in ar5211GetScaledPower()
1753 ar5211FindValueInList(uint16_t channel, uint16_t pcdacValue, in ar5211FindValueInList() argument
1765 if (*pPcdac == pcdacValue) { in ar5211FindValueInList()