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

/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c51 const PCDACS_EEPROM *pSrcStruct, uint16_t *powerValue);
543 uint16_t powerValue; local
550 if (ar5212FindValueInList(channel, pcdacValue, pSrcStruct, &powerValue)) {
552 return powerValue;
580 const PCDACS_EEPROM *pSrcStruct, uint16_t *powerValue)
592 *powerValue = pChannelData->PwrValues[j];
579 ar5212FindValueInList(uint16_t channel, uint16_t pcdacValue, const PCDACS_EEPROM *pSrcStruct, uint16_t *powerValue) argument
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c128 const PCDACS_EEPROM *pSrcStruct, uint16_t *powerValue);
1696 uint16_t powerValue; local
1703 if (ar5211FindValueInList(channel, pcdacValue, pSrcStruct, &powerValue))
1705 return powerValue;
1734 const PCDACS_EEPROM *pSrcStruct, uint16_t *powerValue)
1746 *powerValue = pChannelData->PwrValues[j];
1733 ar5211FindValueInList(uint16_t channel, uint16_t pcdacValue, const PCDACS_EEPROM *pSrcStruct, uint16_t *powerValue) argument

Completed in 56 milliseconds