Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5111.c398 FULL_PCDAC_STRUCT pcdacStruct; in ar5111SetPowerTable() local
440 OS_MEMZERO(&pcdacStruct, sizeof(pcdacStruct)); in ar5111SetPowerTable()
441 pPcdacValues = pcdacStruct.PcdacValues; in ar5111SetPowerTable()
442 pScaledUpDbm = pcdacStruct.PwrValues; in ar5111SetPowerTable()
448 pcdacStruct.numPcdacValues = j; in ar5111SetPowerTable()
449 pcdacStruct.pcdacMin = PCDAC_START; in ar5111SetPowerTable()
450 pcdacStruct.pcdacMax = PCDAC_STOP; in ar5111SetPowerTable()
453 for (j = 0; j < pcdacStruct.numPcdacValues; j++ ) in ar5111SetPowerTable()
462 for (j = 0; j < pcdacStruct.numPcdacValues; j++) { in ar5111SetPowerTable()
472 i = (uint16_t)(pcdacStruct.numPcdacValues - 1 - j); in ar5111SetPowerTable()
[all …]
/dragonfly/sys/dev/netif/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()
1415 for (j = 0; j < pcdacStruct.numPcdacValues; j++) { in ar5211SetPowerTable()
1425 i = (uint16_t)(pcdacStruct.numPcdacValues - 1 - j); in ar5211SetPowerTable()
[all …]