Home
last modified time | relevance | path

Searched refs:pcdacMax (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c406 uint16_t pcdacMax = PCDAC_STOP; in ar5111SetPowerTable() local
449 pcdacStruct.pcdacMax = PCDAC_STOP; in ar5111SetPowerTable()
487 pcdacMax = j; in ar5111SetPowerTable()
517 if (ahp->ah_pcdacTable[pcdacTableIndex] > pcdacMax) in ar5111SetPowerTable()
518 ahp->ah_pcdacTable[pcdacTableIndex] = pcdacMax; in ar5111SetPowerTable()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.h168 uint16_t pcdacMax; member
178 uint16_t pcdacMax; member
H A Dah_eeprom_v3.c27 uint16_t pcdacMin, uint16_t pcdacMax, uint16_t *vp) in getPcdacInterceptsFromPcdacMinMax() argument
39 *vp++ = (ip[i] * pcdacMax + (100 - ip[i]) * pcdacMin) / 100; in getPcdacInterceptsFromPcdacMinMax()
871 pChannelData->pcdacMax = (uint16_t)((eeval >> 10) & PCDAC_MASK); in readEepromRawPowerCalInfo()
897 pChannelData->pcdacMin, pChannelData->pcdacMax, in readEepromRawPowerCalInfo()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1387 uint16_t pcdacMax = 63; in ar5211SetPowerTable() local
1404 pcdacStruct.pcdacMax = PCDAC_STOP; in ar5211SetPowerTable()
1441 pcdacMax = j; in ar5211SetPowerTable()
1466 if (pcdacTable[pcdacTableIndex] > pcdacMax) in ar5211SetPowerTable()
1467 pcdacTable[pcdacTableIndex] = pcdacMax; in ar5211SetPowerTable()
/freebsd/tools/tools/ath/athprom/
H A Dathprom.c798 fprintf(fd, "%02d", pDataPerChannel[atoi(var+8)].pcdacMax); in eevar()