Searched refs:totalD (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ar9002/ |
H A D | ar9280.c | 287 int totalD, totalF,totalMin; in ar9280GetChannelMaxMinPower() 320 totalD = data[i].channelValue - data[last].channelValue; in ar9280GetChannelMaxMinPower() 321 if (totalD > 0) { in ar9280GetChannelMaxMinPower() 323 …(int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD); in ar9280GetChannelMaxMinPower() 326 …alMin*(chan->channel-data[last].channelValue) + ar9280GetMinPower(ah, &data[last])*totalD)/totalD); in ar9280GetChannelMaxMinPower()
|
H A D | ar9287.c | 229 int totalD, totalF,totalMin; in ar9287GetChannelMaxMinPower() 262 totalD = data[i].channelValue - data[last].channelValue; in ar9287GetChannelMaxMinPower() 263 if (totalD > 0) { in ar9287GetChannelMaxMinPower() 265 …(int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD); in ar9287GetChannelMaxMinPower() 268 …alMin*(chan->channel-data[last].channelValue) + ar9287GetMinPower(ah, &data[last])*totalD)/totalD); in ar9287GetChannelMaxMinPower()
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar2133.c | 370 int totalD, totalF,totalMin; in ar2133GetChannelMaxMinPower() 403 totalD = data[i].channelValue - data[last].channelValue; in ar2133GetChannelMaxMinPower() 404 if (totalD > 0) { in ar2133GetChannelMaxMinPower() 406 …(int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD); in ar2133GetChannelMaxMinPower() 409 …alMin*(chan->channel-data[last].channelValue) + ar2133GetMinPower(ah, &data[last])*totalD)/totalD); in ar2133GetChannelMaxMinPower()
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar2316.c | 652 int totalD,totalF, totalMin,last, i; in ar2316GetChannelMaxMinPower() local 688 totalD = data[i].channelValue - data[last].channelValue; in ar2316GetChannelMaxMinPower() 689 if (totalD > 0) { in ar2316GetChannelMaxMinPower() 692 ar2316GetMaxPower(ah, &data[last])*totalD)/totalD); in ar2316GetChannelMaxMinPower() 695 ar2316GetMinPower(ah, &data[last])*totalD)/totalD); in ar2316GetChannelMaxMinPower()
|
H A D | ar2317.c | 632 int totalD,totalF, totalMin,last, i; in ar2317GetChannelMaxMinPower() local 668 totalD = data[i].channelValue - data[last].channelValue; in ar2317GetChannelMaxMinPower() 669 if (totalD > 0) { in ar2317GetChannelMaxMinPower() 672 ar2317GetMaxPower(ah, &data[last])*totalD)/totalD); in ar2317GetChannelMaxMinPower() 675 ar2317GetMinPower(ah, &data[last])*totalD)/totalD); in ar2317GetChannelMaxMinPower()
|
H A D | ar2413.c | 647 int totalD,totalF, totalMin,last, i; in ar2413GetChannelMaxMinPower() local 683 totalD = data[i].channelValue - data[last].channelValue; in ar2413GetChannelMaxMinPower() 684 if (totalD > 0) { in ar2413GetChannelMaxMinPower() 687 ar2413GetMaxPower(ah, &data[last])*totalD)/totalD); in ar2413GetChannelMaxMinPower() 690 ar2413GetMinPower(ah, &data[last])*totalD)/totalD); in ar2413GetChannelMaxMinPower()
|
H A D | ar2425.c | 609 int totalD,totalF, totalMin,last, i; in ar2425GetChannelMaxMinPower() local 645 totalD = data[i].channelValue - data[last].channelValue; in ar2425GetChannelMaxMinPower() 646 if (totalD > 0) { in ar2425GetChannelMaxMinPower() 649 ar2425GetMaxPower(ah, &data[last])*totalD)/totalD); in ar2425GetChannelMaxMinPower() 652 ar2425GetMinPower(ah, &data[last])*totalD)/totalD); in ar2425GetChannelMaxMinPower()
|
H A D | ar5413.c | 690 int totalD,totalF, totalMin,last, i; in ar5413GetChannelMaxMinPower() local 728 totalD = data[i].channelValue - data[last].channelValue; in ar5413GetChannelMaxMinPower() 729 if (totalD > 0) { in ar5413GetChannelMaxMinPower() 732 ar5413GetMaxPower(ah, &data[last])*totalD)/totalD); in ar5413GetChannelMaxMinPower() 735 ar5413GetMinPower(ah, &data[last])*totalD)/totalD); in ar5413GetChannelMaxMinPower()
|
H A D | ar5112.c | 773 int totalD, totalF,totalMin; in ar5112GetChannelMaxMinPower() local 817 totalD = data[i].channelValue - data[last].channelValue; in ar5112GetChannelMaxMinPower() 818 if (totalD > 0) { in ar5112GetChannelMaxMinPower() 820 …maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD); in ar5112GetChannelMaxMinPower() 823 …_t) ((totalMin*(freq-data[last].channelValue) + ar5112GetMinPower(ah, &data[last])*totalD)/totalD); in ar5112GetChannelMaxMinPower()
|