Searched refs:minPow (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/ |
| H A D | ar9280.c | 42 HAL_CHANNEL *, int16_t *maxPow,int16_t *minPow); 208 int16_t *maxPow, int16_t *minPow) in ar9280GetChannelMaxMinPower() argument 252 …*minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar9280GetMinPower(ah, &dat… in ar9280GetChannelMaxMinPower() 257 *minPow = ar9280GetMinPower(ah, &data[i]); in ar9280GetChannelMaxMinPower() 263 *maxPow = *minPow = 0; in ar9280GetChannelMaxMinPower()
|
| H A D | ar2133.c | 55 int16_t *maxPow,int16_t *minPow); 271 int16_t *minPow) in ar2133GetChannelMaxMinPower() argument 315 …*minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar2133GetMinPower(ah, &dat… in ar2133GetChannelMaxMinPower() 320 *minPow = ar2133GetMinPower(ah, &data[i]); in ar2133GetChannelMaxMinPower() 326 *maxPow = *minPow = 0; in ar2133GetChannelMaxMinPower()
|
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/ |
| H A D | ar2317.c | 627 int16_t *maxPow, int16_t *minPow) in ar2317GetChannelMaxMinPower() argument 657 *minPow = ar2317GetMinPower(ah, &data[0]); in ar2317GetChannelMaxMinPower() 661 *minPow = ar2317GetMinPower(ah, &data[numChannels - 1]); in ar2317GetChannelMaxMinPower() 675 *minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + in ar2317GetChannelMaxMinPower() 681 *minPow = ar2317GetMinPower(ah, &data[i]); in ar2317GetChannelMaxMinPower()
|
| H A D | ar2316.c | 649 int16_t *maxPow, int16_t *minPow) in ar2316GetChannelMaxMinPower() argument 679 *minPow = ar2316GetMinPower(ah, &data[0]); in ar2316GetChannelMaxMinPower() 683 *minPow = ar2316GetMinPower(ah, &data[numChannels - 1]); in ar2316GetChannelMaxMinPower() 697 *minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + in ar2316GetChannelMaxMinPower() 703 *minPow = ar2316GetMinPower(ah, &data[i]); in ar2316GetChannelMaxMinPower()
|
| H A D | ar2413.c | 643 int16_t *maxPow, int16_t *minPow) in ar2413GetChannelMaxMinPower() argument 673 *minPow = ar2413GetMinPower(ah, &data[0]); in ar2413GetChannelMaxMinPower() 677 *minPow = ar2413GetMinPower(ah, &data[numChannels - 1]); in ar2413GetChannelMaxMinPower() 691 *minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + in ar2413GetChannelMaxMinPower() 697 *minPow = ar2413GetMinPower(ah, &data[i]); in ar2413GetChannelMaxMinPower()
|
| H A D | ar2425.c | 606 int16_t *maxPow, int16_t *minPow) in ar2425GetChannelMaxMinPower() argument 636 *minPow = ar2425GetMinPower(ah, &data[0]); in ar2425GetChannelMaxMinPower() 640 *minPow = ar2425GetMinPower(ah, &data[numChannels - 1]); in ar2425GetChannelMaxMinPower() 654 *minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + in ar2425GetChannelMaxMinPower() 660 *minPow = ar2425GetMinPower(ah, &data[i]); in ar2425GetChannelMaxMinPower()
|
| H A D | ar5413.c | 679 int16_t *maxPow, int16_t *minPow) in ar5413GetChannelMaxMinPower() argument 711 *minPow = ar5413GetMinPower(ah, &data[0]); in ar5413GetChannelMaxMinPower() 715 *minPow = ar5413GetMinPower(ah, &data[numChannels - 1]); in ar5413GetChannelMaxMinPower() 729 *minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + in ar5413GetChannelMaxMinPower() 735 *minPow = ar5413GetMinPower(ah, &data[i]); in ar5413GetChannelMaxMinPower()
|
| H A D | ar5112.c | 761 int16_t *maxPow, int16_t *minPow) in ar5112GetChannelMaxMinPower() argument 796 *minPow = ar5112GetMinPower(ah, &data[0]); in ar5112GetChannelMaxMinPower() 800 *minPow = ar5112GetMinPower(ah, &data[numChannels - 1]); in ar5112GetChannelMaxMinPower() 815 …*minPow = (int8_t) ((totalMin*(chan->channel-data[last].channelValue) + ar5112GetMinPower(ah, &dat… in ar5112GetChannelMaxMinPower() 820 *minPow = ar5112GetMinPower(ah, &data[i]); in ar5112GetChannelMaxMinPower()
|
| H A D | ar5111.c | 621 int16_t *maxPow, int16_t *minPow) in ar5111GetChannelMaxMinPower() argument
|
| H A D | ar5212.h | 146 int16_t *maxPow, int16_t *minPow);
|