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 D | ar9287.c | 229 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 D | ar9280.c | 287 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 D | ar2133.c | 370 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 D | ar2317.c | 632 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 D | ar2425.c | 609 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 D | ar2413.c | 647 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 D | ar2316.c | 652 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 D | ar5413.c | 690 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 D | ar5112.c | 773 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()
|