Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c449 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()
/freebsd-13.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-13.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-13.1/tools/tools/ath/athprom/
H A Dathprom.c945 if (++curpcdac < pDataPerChannel[0].numPcdacValues) in parseTemplate()