Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar2317.c604 ar2317GetMaxPower(struct ath_hal *ah, const RAW_DATA_PER_CHANNEL_2317 *data) in ar2317GetMaxPower() function
655 *maxPow = ar2317GetMaxPower(ah, &data[0]); in ar2317GetChannelMaxMinPower()
659 *maxPow = ar2317GetMaxPower(ah, &data[numChannels - 1]); in ar2317GetChannelMaxMinPower()
670 totalF = ar2317GetMaxPower(ah, &data[i]) - ar2317GetMaxPower(ah, &data[last]); in ar2317GetChannelMaxMinPower()
672 ar2317GetMaxPower(ah, &data[last])*totalD)/totalD); in ar2317GetChannelMaxMinPower()
679 *maxPow = ar2317GetMaxPower(ah, &data[i]); in ar2317GetChannelMaxMinPower()