Home
last modified time | relevance | path

Searched refs:maxPower_t4 (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/sys/dev/ath/ath_hal/
Dah_eeprom_v3.h242 int16_t maxPower_t4; member
263 int16_t maxPower_t4; member
303 int16_t maxPower_t4; member
325 int16_t maxPower_t4; member
Dah_eeprom_v3.c184 int16_t maxPower_t4; in eepromExpandPower5112() local
219 pPowerExpn->pDataPerChannel[ii].maxPower_t4 = in eepromExpandPower5112()
220 pCalCh->maxPower_t4; in eepromExpandPower5112()
221 maxPower_t4 = pPowerExpn->pDataPerChannel[ii].maxPower_t4; in eepromExpandPower5112()
370 eePower.pDataPerChannel[i].maxPower_t4 = in readEepromRawPowerCalInfo5112()
375 eePower.pDataPerChannel[i].maxPower_t4 = (int16_t) in readEepromRawPowerCalInfo5112()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5212/
Dar5112.c439 pRawCh->maxPower_t4, &tmpPowerTable[0])) { in ar5112SetPowerTable()
453 pRawCh->maxPower_t4, &tmpPowerTable[0])) { in ar5112SetPowerTable()
467 pRawCh->maxPower_t4, &tmpPowerTable[0])) { in ar5112SetPowerTable()
803 *maxPow = data[0].maxPower_t4; in ar5112GetChannelMaxMinPower()
807 *maxPow = data[numChannels - 1].maxPower_t4; in ar5112GetChannelMaxMinPower()
819 totalF = data[i].maxPower_t4 - data[last].maxPower_t4; in ar5112GetChannelMaxMinPower()
820 …*maxPow = (int8_t) ((totalF*(freq-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD… in ar5112GetChannelMaxMinPower()
827 *maxPow = data[i].maxPower_t4; in ar5112GetChannelMaxMinPower()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar9002/
Dar9287.c264 totalF = data[i].maxPower_t4 - data[last].maxPower_t4; in ar9287GetChannelMaxMinPower()
265 …(int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD); in ar9287GetChannelMaxMinPower()
272 *maxPow = data[i].maxPower_t4; in ar9287GetChannelMaxMinPower()
Dar9280.c258 totalF = data[i].maxPower_t4 - data[last].maxPower_t4; in ar9280GetChannelMaxMinPower()
259 …(int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD); in ar9280GetChannelMaxMinPower()
266 *maxPow = data[i].maxPower_t4; in ar9280GetChannelMaxMinPower()
/freebsd-9-stable/tools/tools/ath/athprom/
Dathprom.c734 int16_t maxPower_t4; in eevar() local
736 maxPower_t4 = pExpnPower->pDataPerChannel[curchan].maxPower_t4; in eevar()
738 maxPower_t4 = pRaw->pDataPerChannel[curchan].maxPower_t4; in eevar()
739 if (maxPower_t4 == 0) in eevar()
740 maxPower_t4 = getMaxPowerV5(&pRaw->pDataPerChannel[curchan]); in eevar()
742 printQuarterDbmPower(fd, maxPower_t4); in eevar()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5416/
Dar2133.c377 totalF = data[i].maxPower_t4 - data[last].maxPower_t4; in ar2133GetChannelMaxMinPower()
378 …(int8_t) ((totalF*(chan->channel-data[last].channelValue) + data[last].maxPower_t4*totalD)/totalD); in ar2133GetChannelMaxMinPower()
385 *maxPow = data[i].maxPower_t4; in ar2133GetChannelMaxMinPower()