Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5112.c734 ar5112GetMinPower(struct ath_hal *ah, const EXPN_DATA_PER_CHANNEL_5112 *data) in ar5112GetMinPower() function
796 *minPow = ar5112GetMinPower(ah, &data[0]); in ar5112GetChannelMaxMinPower()
800 *minPow = ar5112GetMinPower(ah, &data[numChannels - 1]); in ar5112GetChannelMaxMinPower()
814 totalMin = ar5112GetMinPower(ah,&data[i]) - ar5112GetMinPower(ah, &data[last]); in ar5112GetChannelMaxMinPower()
815 …*minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar5112GetMinPower(ah, &dat… in ar5112GetChannelMaxMinPower()
820 *minPow = ar5112GetMinPower(ah, &data[i]); in ar5112GetChannelMaxMinPower()