Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5111.c391 FULL_PCDAC_STRUCT pcdacStruct; in ar5111SetPowerTable() local
433 OS_MEMZERO(&pcdacStruct, sizeof(pcdacStruct)); in ar5111SetPowerTable()
434 pPcdacValues = pcdacStruct.PcdacValues; in ar5111SetPowerTable()
435 pScaledUpDbm = pcdacStruct.PwrValues; in ar5111SetPowerTable()
441 pcdacStruct.numPcdacValues = j; in ar5111SetPowerTable()
442 pcdacStruct.pcdacMin = PCDAC_START; in ar5111SetPowerTable()
443 pcdacStruct.pcdacMax = PCDAC_STOP; 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()
[all …]
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_reset.c1399 static FULL_PCDAC_STRUCT pcdacStruct; in ar5211SetPowerTable() local
1415 OS_MEMZERO(&pcdacStruct, sizeof(FULL_PCDAC_STRUCT)); in ar5211SetPowerTable()
1417 pPcdacValues = pcdacStruct.PcdacValues; in ar5211SetPowerTable()
1418 pScaledUpDbm = pcdacStruct.PwrValues; in ar5211SetPowerTable()
1424 pcdacStruct.numPcdacValues = j; in ar5211SetPowerTable()
1425 pcdacStruct.pcdacMin = PCDAC_START; in ar5211SetPowerTable()
1426 pcdacStruct.pcdacMax = PCDAC_STOP; 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()
[all …]