Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5112.c740 ar5112GetMinPower(struct ath_hal *ah, const EXPN_DATA_PER_CHANNEL_5112 *data) in ar5112GetMinPower() function
804 *minPow = ar5112GetMinPower(ah, &data[0]); in ar5112GetChannelMaxMinPower()
808 *minPow = ar5112GetMinPower(ah, &data[numChannels - 1]); in ar5112GetChannelMaxMinPower()
822 totalMin = ar5112GetMinPower(ah,&data[i]) - ar5112GetMinPower(ah, &data[last]); in ar5112GetChannelMaxMinPower()
823 …*minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) + ar5112GetMinPower(ah, &data[last])*… in ar5112GetChannelMaxMinPower()
828 *minPow = ar5112GetMinPower(ah, &data[i]); in ar5112GetChannelMaxMinPower()