Home
last modified time | relevance | path

Searched refs:pcdacStruct (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c397 FULL_PCDAC_STRUCT pcdacStruct; in ar5111SetPowerTable() local
439 OS_MEMZERO(&pcdacStruct, sizeof(pcdacStruct)); in ar5111SetPowerTable()
440 pPcdacValues = pcdacStruct.PcdacValues; in ar5111SetPowerTable()
441 pScaledUpDbm = pcdacStruct.PwrValues; in ar5111SetPowerTable()
447 pcdacStruct.numPcdacValues = j; in ar5111SetPowerTable()
448 pcdacStruct.pcdacMin = PCDAC_START; in ar5111SetPowerTable()
449 pcdacStruct.pcdacMax = PCDAC_STOP; in ar5111SetPowerTable()
452 for (j = 0; j < pcdacStruct.numPcdacValues; j++ ) in ar5111SetPowerTable()
458 maxScaledPwr = pScaledUpDbm[pcdacStruct.numPcdacValues - 1]; in ar5111SetPowerTable()
461 for (j = 0; j < pcdacStruct.numPcdacValues; j++) { in ar5111SetPowerTable()
[all …]
/src/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1377 static FULL_PCDAC_STRUCT pcdacStruct; in ar5211SetPowerTable() local
1393 OS_MEMZERO(&pcdacStruct, sizeof(FULL_PCDAC_STRUCT)); in ar5211SetPowerTable()
1395 pPcdacValues = pcdacStruct.PcdacValues; in ar5211SetPowerTable()
1396 pScaledUpDbm = pcdacStruct.PwrValues; in ar5211SetPowerTable()
1402 pcdacStruct.numPcdacValues = j; in ar5211SetPowerTable()
1403 pcdacStruct.pcdacMin = PCDAC_START; in ar5211SetPowerTable()
1404 pcdacStruct.pcdacMax = PCDAC_STOP; in ar5211SetPowerTable()
1407 for (j = 0; j < pcdacStruct.numPcdacValues; j++ ) in ar5211SetPowerTable()
1412 maxScaledPwr = pScaledUpDbm[pcdacStruct.numPcdacValues - 1]; in ar5211SetPowerTable()
1415 for (j = 0; j < pcdacStruct.numPcdacValues; j++) { in ar5211SetPowerTable()
[all …]