Searched refs:totalMin (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/sys/dev/ath/ath_hal/ar9002/
H A Dar9280.c287 int totalD, totalF,totalMin;
325 totalMin = ar9280GetMinPower(ah,&data[i]) - ar9280GetMinPower(ah, &data[last]);
326 *minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar9280GetMinPower(ah, &data[last])*totalD)/totalD);
H A Dar9287.c229 int totalD, totalF,totalMin;
267 totalMin = ar9287GetMinPower(ah,&data[i]) - ar9287GetMinPower(ah, &data[last]);
268 *minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar9287GetMinPower(ah, &data[last])*totalD)/totalD);
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar2133.c370 int totalD, totalF,totalMin;
408 totalMin = ar2133GetMinPower(ah,&data[i]) - ar2133GetMinPower(ah, &data[last]);
409 *minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar2133GetMinPower(ah, &data[last])*totalD)/totalD);
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar2316.c652 int totalD,totalF, totalMin,last, i; local
693 totalMin = ar2316GetMinPower(ah, &data[i]) - ar2316GetMinPower(ah, &data[last]);
694 *minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) +
H A Dar2317.c632 int totalD,totalF, totalMin,last, i; local
673 totalMin = ar2317GetMinPower(ah, &data[i]) - ar2317GetMinPower(ah, &data[last]);
674 *minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) +
H A Dar2413.c647 int totalD,totalF, totalMin,last, i; local
688 totalMin = ar2413GetMinPower(ah, &data[i]) - ar2413GetMinPower(ah, &data[last]);
689 *minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) +
H A Dar2425.c610 int totalD,totalF, totalMin,last, i; local
651 totalMin = ar2425GetMinPower(ah, &data[i]) - ar2425GetMinPower(ah, &data[last]);
652 *minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) +
H A Dar5112.c773 int totalD, totalF,totalMin; local
822 totalMin = ar5112GetMinPower(ah,&data[i]) - ar5112GetMinPower(ah, &data[last]);
823 *minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) + ar5112GetMinPower(ah, &data[last])*totalD)/totalD);
H A Dar5413.c691 int totalD,totalF, totalMin,last, i; local
734 totalMin = ar5413GetMinPower(ah, &data[i]) - ar5413GetMinPower(ah, &data[last]);
735 *minPow = (int8_t) ((totalMin*(freq-data[last].channelValue) +

Completed in 180 milliseconds