Searched refs:ar5211FindValueInList (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_reset.c | 127 static HAL_BOOL ar5211FindValueInList(uint16_t channel, uint16_t pcdacValue, 1703 if (ar5211FindValueInList(channel, pcdacValue, pSrcStruct, &powerValue)) in ar5211GetScaledPower() 1715 ar5211FindValueInList(lFreq, llPcdac, pSrcStruct, &lPwr); in ar5211GetScaledPower() 1716 ar5211FindValueInList(lFreq, ulPcdac, pSrcStruct, &uPwr); in ar5211GetScaledPower() 1720 ar5211FindValueInList(rFreq, lrPcdac, pSrcStruct, &lPwr); in ar5211GetScaledPower() 1721 ar5211FindValueInList(rFreq, urPcdac, pSrcStruct, &uPwr); in ar5211GetScaledPower() 1733 ar5211FindValueInList(uint16_t channel, uint16_t pcdacValue, in ar5211FindValueInList() function
|