Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9280.c287 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 Dar9287.c229 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 Dar2133.c370 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 Dar2316.c652 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 Dar2317.c632 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 Dar2413.c647 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 Dar2425.c609 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 Dar5413.c690 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 Dar5112.c773 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()