Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5413.c664 ar5413GetMaxPower(struct ath_hal *ah, const RAW_DATA_PER_CHANNEL_2413 *data) in ar5413GetMaxPower() function
715 *maxPow = ar5413GetMaxPower(ah, &data[0]); in ar5413GetChannelMaxMinPower()
719 *maxPow = ar5413GetMaxPower(ah, &data[numChannels - 1]); in ar5413GetChannelMaxMinPower()
730 totalF = ar5413GetMaxPower(ah, &data[i]) - ar5413GetMaxPower(ah, &data[last]); in ar5413GetChannelMaxMinPower()
732 ar5413GetMaxPower(ah, &data[last])*totalD)/totalD); in ar5413GetChannelMaxMinPower()
739 *maxPow = ar5413GetMaxPower(ah, &data[i]); in ar5413GetChannelMaxMinPower()