Searched refs:pcdacMin (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/tools/tools/ath/athprom/
H A Dathprom.c796 } else if (strneq(var, "pcdacMin", 8)) {
797 fprintf(fd, "%02d", pDataPerChannel[atoi(var+8)].pcdacMin);
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.c27 uint16_t pcdacMin, uint16_t pcdacMax, uint16_t *vp)
39 *vp++ = (ip[i] * pcdacMax + (100 - ip[i]) * pcdacMin) / 100;
872 pChannelData->pcdacMin = (uint16_t)((eeval >> 4) & PCDAC_MASK);
897 pChannelData->pcdacMin, pChannelData->pcdacMax,
26 getPcdacInterceptsFromPcdacMinMax(HAL_EEPROM *ee, uint16_t pcdacMin, uint16_t pcdacMax, uint16_t *vp) argument
H A Dah_eeprom_v3.h167 uint16_t pcdacMin; member in struct:fullPcdacStruct
177 uint16_t pcdacMin; member in struct:dataPerChannel
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1386 uint16_t pcdacMin = 0; local
1403 pcdacStruct.pcdacMin = PCDAC_START;
1418 pcdacMin = j;
1447 /* Write all the first pcdac entries based off the pcdacMin */
1450 pcdacTable[pcdacTableIndex++] = pcdacMin;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c406 uint16_t pcdacMin = 0; local
449 pcdacStruct.pcdacMin = PCDAC_START;
465 pcdacMin = j;
495 /* Write all the first pcdac entries based off the pcdacMin */
499 ahp->ah_pcdacTable[pcdacTableIndex++] = pcdacMin;

Completed in 204 milliseconds