Searched refs:numPcdacValues (Results 1 – 5 of 5) sorted by relevance
448 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()
1401 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()
169 uint16_t numPcdacValues; member179 uint16_t numPcdacValues; member
900 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()
944 if (++curpcdac < pDataPerChannel[0].numPcdacValues) in parseTemplate()