Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c400 uint16_t *pPcdacValues; in ar5111SetPowerTable() local
440 pPcdacValues = pcdacStruct.PcdacValues; in ar5111SetPowerTable()
445 pPcdacValues[j] = i; in ar5111SetPowerTable()
454 pPcdacValues[j], pSrcStruct); in ar5111SetPowerTable()
512 (uint16_t)(pPcdacValues[i] * 2), in ar5111SetPowerTable()
513 (uint16_t)(pPcdacValues[i + 1] * 2)) + 1); in ar5111SetPowerTable()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1381 uint16_t *pPcdacValues; in ar5211SetPowerTable() local
1395 pPcdacValues = pcdacStruct.PcdacValues; in ar5211SetPowerTable()
1400 pPcdacValues[j] = i; in ar5211SetPowerTable()
1408 pScaledUpDbm[j] = ar5211GetScaledPower(channel, pPcdacValues[j], pSrcStruct); in ar5211SetPowerTable()
1462 (uint16_t)(pPcdacValues[i] * 2), in ar5211SetPowerTable()
1463 (uint16_t)(pPcdacValues[i+1] * 2), 0) + 1); in ar5211SetPowerTable()