Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5111.c441 pcdacStruct.numPcdacValues = j; in ar5111SetPowerTable()
446 for (j = 0; j < pcdacStruct.numPcdacValues; j++ ) in ar5111SetPowerTable()
452 maxScaledPwr = pScaledUpDbm[pcdacStruct.numPcdacValues - 1]; in ar5111SetPowerTable()
455 for (j = 0; j < pcdacStruct.numPcdacValues; j++) { in ar5111SetPowerTable()
465 i = (uint16_t)(pcdacStruct.numPcdacValues - 1 - j); in ar5111SetPowerTable()
478 for (j = 0; j < pcdacStruct.numPcdacValues; j++) in ar5111SetPowerTable()
496 while (pwr < pScaledUpDbm[pcdacStruct.numPcdacValues - 1] && in ar5111SetPowerTable()
500 while (pwr < pScaledUpDbm[pcdacStruct.numPcdacValues - 1] && in ar5111SetPowerTable()
583 for (j = 0; j < pChannelData->numPcdacValues; j++ ) { in ar5212FindValueInList()
615 pChannelData->numPcdacValues, in ar5212GetLowerUpperPcdacs()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_reset.c1424 pcdacStruct.numPcdacValues = j; in ar5211SetPowerTable()
1429 for (j = 0; j < pcdacStruct.numPcdacValues; j++ ) in ar5211SetPowerTable()
1434 maxScaledPwr = pScaledUpDbm[pcdacStruct.numPcdacValues - 1]; in ar5211SetPowerTable()
1437 for (j = 0; j < pcdacStruct.numPcdacValues; j++) { in ar5211SetPowerTable()
1447 i = (uint16_t)(pcdacStruct.numPcdacValues - 1 - j); in ar5211SetPowerTable()
1460 for (j = 0; j < pcdacStruct.numPcdacValues; j++) in ar5211SetPowerTable()
1475 while (pwr < pScaledUpDbm[pcdacStruct.numPcdacValues - 1]) { in ar5211SetPowerTable()
1478 while (pwr < pScaledUpDbm[pcdacStruct.numPcdacValues - 1] && in ar5211SetPowerTable()
1764 for (j = 0; j < pChannelData->numPcdacValues; j++ ) { in ar5211FindValueInList()
1904 pChannelData->numPcdacValues, pLowerPcdac, pUpperPcdac); in ar5211GetLowerUpperPcdacs()
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah_eeprom_v3.h169 uint16_t numPcdacValues; member
179 uint16_t numPcdacValues; member
H A Dah_eeprom_v3.c898 for (j = 0; j < pChannelData->numPcdacValues; j++) { in readEepromRawPowerCalInfo()
1846 ee->ee_dataPerChannel11a[i].numPcdacValues = NUM_PCDAC_VALUES; in ath_hal_legacyEepromAttach()
1856 ee->ee_dataPerChannel11b[i].numPcdacValues = NUM_PCDAC_VALUES; in ath_hal_legacyEepromAttach()
1857 ee->ee_dataPerChannel11g[i].numPcdacValues = NUM_PCDAC_VALUES; in ath_hal_legacyEepromAttach()