Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9287.c229 int totalD, totalF,totalMin; in ar9287GetChannelMaxMinPower()
267 totalMin = ar9287GetMinPower(ah,&data[i]) - ar9287GetMinPower(ah, &data[last]); in ar9287GetChannelMaxMinPower()
268 …*minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar9287GetMinPower(ah, &dat… in ar9287GetChannelMaxMinPower()
H A Dar9280.c287 int totalD, totalF,totalMin; in ar9280GetChannelMaxMinPower()
325 totalMin = ar9280GetMinPower(ah,&data[i]) - ar9280GetMinPower(ah, &data[last]); in ar9280GetChannelMaxMinPower()
326 …*minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar9280GetMinPower(ah, &dat… in ar9280GetChannelMaxMinPower()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar2133.c370 int totalD, totalF,totalMin; in ar2133GetChannelMaxMinPower()
408 totalMin = ar2133GetMinPower(ah,&data[i]) - ar2133GetMinPower(ah, &data[last]); in ar2133GetChannelMaxMinPower()
409 …*minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar2133GetMinPower(ah, &dat… in ar2133GetChannelMaxMinPower()
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar2317.c632 int totalD,totalF, totalMin,last, i; in ar2317GetChannelMaxMinPower() local
673 totalMin = ar2317GetMinPower(ah, &data[i]) - ar2317GetMinPower(ah, &data[last]); in ar2317GetChannelMaxMinPower()
674 *minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) + in ar2317GetChannelMaxMinPower()
H A Dar2425.c609 int totalD,totalF, totalMin,last, i; in ar2425GetChannelMaxMinPower() local
650 totalMin = ar2425GetMinPower(ah, &data[i]) - ar2425GetMinPower(ah, &data[last]); in ar2425GetChannelMaxMinPower()
651 *minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) + in ar2425GetChannelMaxMinPower()
H A Dar2413.c647 int totalD,totalF, totalMin,last, i; in ar2413GetChannelMaxMinPower() local
688 totalMin = ar2413GetMinPower(ah, &data[i]) - ar2413GetMinPower(ah, &data[last]); in ar2413GetChannelMaxMinPower()
689 *minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) + in ar2413GetChannelMaxMinPower()
H A Dar2316.c652 int totalD,totalF, totalMin,last, i; in ar2316GetChannelMaxMinPower() local
693 totalMin = ar2316GetMinPower(ah, &data[i]) - ar2316GetMinPower(ah, &data[last]); in ar2316GetChannelMaxMinPower()
694 *minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) + in ar2316GetChannelMaxMinPower()
H A Dar5413.c690 int totalD,totalF, totalMin,last, i; in ar5413GetChannelMaxMinPower() local
733 totalMin = ar5413GetMinPower(ah, &data[i]) - ar5413GetMinPower(ah, &data[last]); in ar5413GetChannelMaxMinPower()
734 *minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) + in ar5413GetChannelMaxMinPower()
H A Dar5112.c773 int totalD, totalF,totalMin; in ar5112GetChannelMaxMinPower() local
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()