Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar2316.c631 ar2316GetMaxPower(struct ath_hal *ah, const RAW_DATA_PER_CHANNEL_2316 *data) in ar2316GetMaxPower() function
678 *maxPow = ar2316GetMaxPower(ah, &data[0]); in ar2316GetChannelMaxMinPower()
682 *maxPow = ar2316GetMaxPower(ah, &data[numChannels - 1]); in ar2316GetChannelMaxMinPower()
693 totalF = ar2316GetMaxPower(ah, &data[i]) - ar2316GetMaxPower(ah, &data[last]); in ar2316GetChannelMaxMinPower()
695 ar2316GetMaxPower(ah, &data[last])*totalD)/totalD); in ar2316GetChannelMaxMinPower()
702 *maxPow = ar2316GetMaxPower(ah, &data[i]); in ar2316GetChannelMaxMinPower()