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

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c407 uint16_t pcdacMin = 0; local
450 pcdacStruct.pcdacMin = PCDAC_START;
466 pcdacMin = j;
496 /* Write all the first pcdac entries based off the pcdacMin */
500 ahp->ah_pcdacTable[pcdacTableIndex++] = pcdacMin;
/freebsd-12-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.h169 uint16_t pcdacMin; member in struct:fullPcdacStruct
179 uint16_t pcdacMin; member in struct:dataPerChannel
H A Dah_eeprom_v3.c29 uint16_t pcdacMin, uint16_t pcdacMax, uint16_t *vp)
41 *vp++ = (ip[i] * pcdacMax + (100 - ip[i]) * pcdacMin) / 100;
874 pChannelData->pcdacMin = (uint16_t)((eeval >> 4) & PCDAC_MASK);
899 pChannelData->pcdacMin, pChannelData->pcdacMax,
28 getPcdacInterceptsFromPcdacMinMax(HAL_EEPROM *ee, uint16_t pcdacMin, uint16_t pcdacMax, uint16_t *vp) argument
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1388 uint16_t pcdacMin = 0; local
1405 pcdacStruct.pcdacMin = PCDAC_START;
1420 pcdacMin = j;
1449 /* Write all the first pcdac entries based off the pcdacMin */
1452 pcdacTable[pcdacTableIndex++] = pcdacMin;
/freebsd-12-stable/tools/tools/ath/athprom/
H A Dathprom.c796 } else if (strneq(var, "pcdacMin", 8)) {
797 fprintf(fd, "%02d", pDataPerChannel[atoi(var+8)].pcdacMin);

Completed in 121 milliseconds