Searched refs:totalD (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/ |
| H A D | ar9280.c | 213 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 D | ar2133.c | 276 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 D | ar2317.c | 633 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 D | ar2316.c | 655 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 D | ar2413.c | 649 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 D | ar2425.c | 612 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 D | ar5413.c | 685 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 D | ar5112.c | 765 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()
|