Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c450 pcdacStruct.numPcdacValues = j; in ar5111SetPowerTable()
455 for (j = 0; j < pcdacStruct.numPcdacValues; j++ ) in ar5111SetPowerTable()
461 maxScaledPwr = pScaledUpDbm[pcdacStruct.numPcdacValues - 1]; in ar5111SetPowerTable()
464 for (j = 0; j < pcdacStruct.numPcdacValues; j++) { in ar5111SetPowerTable()
474 i = (uint16_t)(pcdacStruct.numPcdacValues - 1 - j); in ar5111SetPowerTable()
487 for (j = 0; j < pcdacStruct.numPcdacValues; j++) in ar5111SetPowerTable()
505 while (pwr < pScaledUpDbm[pcdacStruct.numPcdacValues - 1] && in ar5111SetPowerTable()
509 while (pwr < pScaledUpDbm[pcdacStruct.numPcdacValues - 1] && in ar5111SetPowerTable()
592 for (j = 0; j < pChannelData->numPcdacValues; j++ ) { in ar5212FindValueInList()
624 pChannelData->numPcdacValues, in ar5212GetLowerUpperPcdacs()
/freebsd-12.1/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1404 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()
/freebsd-12.1/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.h171 uint16_t numPcdacValues; member
181 uint16_t numPcdacValues; member
H A Dah_eeprom_v3.c902 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()
/freebsd-12.1/tools/tools/ath/athprom/
H A Dathprom.c944 if (++curpcdac < pDataPerChannel[0].numPcdacValues) in parseTemplate()