Searched refs:totalD (Results 1 – 9 of 9) sorted by relevance
| /trueos/sys/dev/ath/ath_hal/ar9002/ |
| HD | 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()
|
| HD | 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()
|
| /trueos/sys/dev/ath/ath_hal/ar5416/ |
| HD | 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()
|
| /trueos/sys/dev/ath/ath_hal/ar5212/ |
| HD | 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()
|
| HD | 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()
|
| HD | ar2425.c | 610 int totalD,totalF, totalMin,last, i; in ar2425GetChannelMaxMinPower() local 646 totalD = data[i].channelValue - data[last].channelValue; in ar2425GetChannelMaxMinPower() 647 if (totalD > 0) { in ar2425GetChannelMaxMinPower() 650 ar2425GetMaxPower(ah, &data[last])*totalD)/totalD); in ar2425GetChannelMaxMinPower() 653 ar2425GetMinPower(ah, &data[last])*totalD)/totalD); in ar2425GetChannelMaxMinPower()
|
| HD | 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()
|
| HD | ar5413.c | 691 int totalD,totalF, totalMin,last, i; in ar5413GetChannelMaxMinPower() local 729 totalD = data[i].channelValue - data[last].channelValue; in ar5413GetChannelMaxMinPower() 730 if (totalD > 0) { in ar5413GetChannelMaxMinPower() 733 ar5413GetMaxPower(ah, &data[last])*totalD)/totalD); in ar5413GetChannelMaxMinPower() 736 ar5413GetMinPower(ah, &data[last])*totalD)/totalD); in ar5413GetChannelMaxMinPower()
|
| HD | 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()
|