Home
last modified time | relevance | path

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

/src/sys/dev/ath/ath_hal/ar5212/
H A Dar2317.c586 ar2317GetMinPower(struct ath_hal *ah, const RAW_DATA_PER_CHANNEL_2317 *data) in ar2317GetMinPower() function
656 *minPow = ar2317GetMinPower(ah, &data[0]); in ar2317GetChannelMaxMinPower()
660 *minPow = ar2317GetMinPower(ah, &data[numChannels - 1]); in ar2317GetChannelMaxMinPower()
673 totalMin = ar2317GetMinPower(ah, &data[i]) - ar2317GetMinPower(ah, &data[last]); in ar2317GetChannelMaxMinPower()
675 ar2317GetMinPower(ah, &data[last])*totalD)/totalD); in ar2317GetChannelMaxMinPower()
680 *minPow = ar2317GetMinPower(ah, &data[i]); in ar2317GetChannelMaxMinPower()