Searched refs:numPcdacValues (Results 1 – 5 of 5) sorted by relevance
449 pcdacStruct.numPcdacValues = j; in ar5111SetPowerTable()454 for (j = 0; j < pcdacStruct.numPcdacValues; j++ ) in ar5111SetPowerTable()460 maxScaledPwr = pScaledUpDbm[pcdacStruct.numPcdacValues - 1]; in ar5111SetPowerTable()463 for (j = 0; j < pcdacStruct.numPcdacValues; j++) { in ar5111SetPowerTable()473 i = (uint16_t)(pcdacStruct.numPcdacValues - 1 - j); in ar5111SetPowerTable()486 for (j = 0; j < pcdacStruct.numPcdacValues; j++) in ar5111SetPowerTable()504 while (pwr < pScaledUpDbm[pcdacStruct.numPcdacValues - 1] && in ar5111SetPowerTable()508 while (pwr < pScaledUpDbm[pcdacStruct.numPcdacValues - 1] && in ar5111SetPowerTable()591 for (j = 0; j < pChannelData->numPcdacValues; j++ ) { in ar5212FindValueInList()623 pChannelData->numPcdacValues, in ar5212GetLowerUpperPcdacs()
1404 pcdacStruct.numPcdacValues = j; in ar5211SetPowerTable()1409 for (j = 0; j < pcdacStruct.numPcdacValues; j++ ) in ar5211SetPowerTable()1414 maxScaledPwr = pScaledUpDbm[pcdacStruct.numPcdacValues - 1]; in ar5211SetPowerTable()1417 for (j = 0; j < pcdacStruct.numPcdacValues; j++) { in ar5211SetPowerTable()1427 i = (uint16_t)(pcdacStruct.numPcdacValues - 1 - j); in ar5211SetPowerTable()1440 for (j = 0; j < pcdacStruct.numPcdacValues; j++) in ar5211SetPowerTable()1455 while (pwr < pScaledUpDbm[pcdacStruct.numPcdacValues - 1]) { in ar5211SetPowerTable()1458 while (pwr < pScaledUpDbm[pcdacStruct.numPcdacValues - 1] && in ar5211SetPowerTable()1746 for (j = 0; j < pChannelData->numPcdacValues; j++ ) { in ar5211FindValueInList()1886 pChannelData->numPcdacValues, pLowerPcdac, pUpperPcdac); in ar5211GetLowerUpperPcdacs()
171 uint16_t numPcdacValues; member181 uint16_t numPcdacValues; member
902 for (j = 0; j < pChannelData->numPcdacValues; j++) { in readEepromRawPowerCalInfo()1850 ee->ee_dataPerChannel11a[i].numPcdacValues = NUM_PCDAC_VALUES; in ath_hal_legacyEepromAttach()1860 ee->ee_dataPerChannel11b[i].numPcdacValues = NUM_PCDAC_VALUES; in ath_hal_legacyEepromAttach()1861 ee->ee_dataPerChannel11g[i].numPcdacValues = NUM_PCDAC_VALUES; in ath_hal_legacyEepromAttach()
945 if (++curpcdac < pDataPerChannel[0].numPcdacValues) in parseTemplate()