Home
last modified time | relevance | path

Searched refs:numPcdacValues (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5111.c448 pcdacStruct.numPcdacValues = j; in ar5111SetPowerTable()
453 for (j = 0; j < pcdacStruct.numPcdacValues; j++ ) in ar5111SetPowerTable()
459 maxScaledPwr = pScaledUpDbm[pcdacStruct.numPcdacValues - 1]; in ar5111SetPowerTable()
462 for (j = 0; j < pcdacStruct.numPcdacValues; j++) { in ar5111SetPowerTable()
472 i = (uint16_t)(pcdacStruct.numPcdacValues - 1 - j); in ar5111SetPowerTable()
485 for (j = 0; j < pcdacStruct.numPcdacValues; j++) in ar5111SetPowerTable()
503 while (pwr < pScaledUpDbm[pcdacStruct.numPcdacValues - 1] && in ar5111SetPowerTable()
507 while (pwr < pScaledUpDbm[pcdacStruct.numPcdacValues - 1] && in ar5111SetPowerTable()
590 for (j = 0; j < pChannelData->numPcdacValues; j++ ) { in ar5212FindValueInList()
622 pChannelData->numPcdacValues, in ar5212GetLowerUpperPcdacs()
/trueos/sys/dev/ath/ath_hal/ar5211/
HDar5211_reset.c1401 pcdacStruct.numPcdacValues = j; in ar5211SetPowerTable()
1406 for (j = 0; j < pcdacStruct.numPcdacValues; j++ ) in ar5211SetPowerTable()
1411 maxScaledPwr = pScaledUpDbm[pcdacStruct.numPcdacValues - 1]; in ar5211SetPowerTable()
1414 for (j = 0; j < pcdacStruct.numPcdacValues; j++) { in ar5211SetPowerTable()
1424 i = (uint16_t)(pcdacStruct.numPcdacValues - 1 - j); in ar5211SetPowerTable()
1437 for (j = 0; j < pcdacStruct.numPcdacValues; j++) in ar5211SetPowerTable()
1452 while (pwr < pScaledUpDbm[pcdacStruct.numPcdacValues - 1]) { in ar5211SetPowerTable()
1455 while (pwr < pScaledUpDbm[pcdacStruct.numPcdacValues - 1] && in ar5211SetPowerTable()
1743 for (j = 0; j < pChannelData->numPcdacValues; j++ ) { in ar5211FindValueInList()
1883 pChannelData->numPcdacValues, pLowerPcdac, pUpperPcdac); in ar5211GetLowerUpperPcdacs()
/trueos/sys/dev/ath/ath_hal/
HDah_eeprom_v3.h169 uint16_t numPcdacValues; member
179 uint16_t numPcdacValues; member
HDah_eeprom_v3.c900 for (j = 0; j < pChannelData->numPcdacValues; j++) { in readEepromRawPowerCalInfo()
1848 ee->ee_dataPerChannel11a[i].numPcdacValues = NUM_PCDAC_VALUES; in ath_hal_legacyEepromAttach()
1858 ee->ee_dataPerChannel11b[i].numPcdacValues = NUM_PCDAC_VALUES; in ath_hal_legacyEepromAttach()
1859 ee->ee_dataPerChannel11g[i].numPcdacValues = NUM_PCDAC_VALUES; in ath_hal_legacyEepromAttach()
/trueos/tools/tools/ath/athprom/
HDathprom.c944 if (++curpcdac < pDataPerChannel[0].numPcdacValues) in parseTemplate()