Searched refs:pcdacMax (Results 1 – 5 of 5) sorted by relevance
406 uint16_t pcdacMax = PCDAC_STOP; in ar5111SetPowerTable() local449 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()
168 uint16_t pcdacMax; member178 uint16_t pcdacMax; member
27 uint16_t pcdacMin, uint16_t pcdacMax, uint16_t *vp) in getPcdacInterceptsFromPcdacMinMax() argument39 *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()
1387 uint16_t pcdacMax = 63; in ar5211SetPowerTable() local1404 pcdacStruct.pcdacMax = PCDAC_STOP; in ar5211SetPowerTable()1441 pcdacMax = j; in ar5211SetPowerTable()1466 if (pcdacTable[pcdacTableIndex] > pcdacMax) in ar5211SetPowerTable()1467 pcdacTable[pcdacTableIndex] = pcdacMax; in ar5211SetPowerTable()
798 fprintf(fd, "%02d", pDataPerChannel[atoi(var+8)].pcdacMax); in eevar()