Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9280.c213 int totalD, totalF,totalMin; in ar9280GetChannelMaxMinPower()
246 totalD = data[i].channelValue - data[last].channelValue; in ar9280GetChannelMaxMinPower()
247 if (totalD > 0) { in ar9280GetChannelMaxMinPower()
249 …(int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD); in ar9280GetChannelMaxMinPower()
252 …alMin*(chan->channel-data[last].channelValue) + ar9280GetMinPower(ah, &data[last])*totalD)/totalD); in ar9280GetChannelMaxMinPower()
H A Dar2133.c276 int totalD, totalF,totalMin; in ar2133GetChannelMaxMinPower()
309 totalD = data[i].channelValue - data[last].channelValue; in ar2133GetChannelMaxMinPower()
310 if (totalD > 0) { in ar2133GetChannelMaxMinPower()
312 …(int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD); in ar2133GetChannelMaxMinPower()
315 …alMin*(chan->channel-data[last].channelValue) + ar2133GetMinPower(ah, &data[last])*totalD)/totalD); in ar2133GetChannelMaxMinPower()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar2317.c633 int totalD,totalF, totalMin,last, i; in ar2317GetChannelMaxMinPower() local
669 totalD = data[i].channelValue - data[last].channelValue; in ar2317GetChannelMaxMinPower()
670 if (totalD > 0) { in ar2317GetChannelMaxMinPower()
673 ar2317GetMaxPower(ah, &data[last])*totalD)/totalD); in ar2317GetChannelMaxMinPower()
676 ar2317GetMinPower(ah, &data[last])*totalD)/totalD); in ar2317GetChannelMaxMinPower()
H A Dar2316.c655 int totalD,totalF, totalMin,last, i; in ar2316GetChannelMaxMinPower() local
691 totalD = data[i].channelValue - data[last].channelValue; in ar2316GetChannelMaxMinPower()
692 if (totalD > 0) { in ar2316GetChannelMaxMinPower()
695 ar2316GetMaxPower(ah, &data[last])*totalD)/totalD); in ar2316GetChannelMaxMinPower()
698 ar2316GetMinPower(ah, &data[last])*totalD)/totalD); in ar2316GetChannelMaxMinPower()
H A Dar2413.c649 int totalD,totalF, totalMin,last, i; in ar2413GetChannelMaxMinPower() local
685 totalD = data[i].channelValue - data[last].channelValue; in ar2413GetChannelMaxMinPower()
686 if (totalD > 0) { in ar2413GetChannelMaxMinPower()
689 ar2413GetMaxPower(ah, &data[last])*totalD)/totalD); in ar2413GetChannelMaxMinPower()
692 ar2413GetMinPower(ah, &data[last])*totalD)/totalD); in ar2413GetChannelMaxMinPower()
H A Dar2425.c612 int totalD,totalF, totalMin,last, i; in ar2425GetChannelMaxMinPower() local
648 totalD = data[i].channelValue - data[last].channelValue; in ar2425GetChannelMaxMinPower()
649 if (totalD > 0) { in ar2425GetChannelMaxMinPower()
652 ar2425GetMaxPower(ah, &data[last])*totalD)/totalD); in ar2425GetChannelMaxMinPower()
655 ar2425GetMinPower(ah, &data[last])*totalD)/totalD); in ar2425GetChannelMaxMinPower()
H A Dar5413.c685 int totalD,totalF, totalMin,last, i; in ar5413GetChannelMaxMinPower() local
723 totalD = data[i].channelValue - data[last].channelValue; in ar5413GetChannelMaxMinPower()
724 if (totalD > 0) { in ar5413GetChannelMaxMinPower()
727 ar5413GetMaxPower(ah, &data[last])*totalD)/totalD); in ar5413GetChannelMaxMinPower()
730 ar5413GetMinPower(ah, &data[last])*totalD)/totalD); in ar5413GetChannelMaxMinPower()
H A Dar5112.c765 int totalD, totalF,totalMin; in ar5112GetChannelMaxMinPower() local
809 totalD = data[i].channelValue - data[last].channelValue; in ar5112GetChannelMaxMinPower()
810 if (totalD > 0) { in ar5112GetChannelMaxMinPower()
812 …(int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD); in ar5112GetChannelMaxMinPower()
815 …alMin*(chan->channel-data[last].channelValue) + ar5112GetMinPower(ah, &data[last])*totalD)/totalD); in ar5112GetChannelMaxMinPower()