Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5111.c406 uint16_t pcdacMin = 0; in ar5111SetPowerTable() local
449 pcdacStruct.pcdacMin = PCDAC_START; in ar5111SetPowerTable()
465 pcdacMin = j; in ar5111SetPowerTable()
498 ahp->ah_pcdacTable[pcdacTableIndex++] = pcdacMin; in ar5111SetPowerTable()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_eeprom_v3.h167 uint16_t pcdacMin; member
177 uint16_t pcdacMin; 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()
872 pChannelData->pcdacMin = (uint16_t)((eeval >> 4) & PCDAC_MASK); in readEepromRawPowerCalInfo()
897 pChannelData->pcdacMin, pChannelData->pcdacMax, in readEepromRawPowerCalInfo()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_reset.c1386 uint16_t pcdacMin = 0; in ar5211SetPowerTable() local
1403 pcdacStruct.pcdacMin = PCDAC_START; in ar5211SetPowerTable()
1418 pcdacMin = j; in ar5211SetPowerTable()
1450 pcdacTable[pcdacTableIndex++] = pcdacMin; in ar5211SetPowerTable()
/dragonfly/tools/tools/ath/athprom/
H A Dathprom.c796 fprintf(fd, "%02d", pDataPerChannel[atoi(var+8)].pcdacMin); in eevar()