Searched refs:numPcdacs (Results 1 – 3 of 3) sorted by relevance
52 static HAL_BOOL getFullPwrTable(uint16_t numPcdacs, uint16_t *pcdacs,435 numPcd = pRawCh->pDataPerXPD[jj].numPcdacs; in ar5112SetPowerTable()448 numPcd = pRawCh->pDataPerXPD[jj].numPcdacs; in ar5112SetPowerTable()462 numPcd = pRawCh->pDataPerXPD[jj].numPcdacs; in ar5112SetPowerTable()609 getFullPwrTable(uint16_t numPcdacs, uint16_t *pcdacs, int16_t *power, int16_t maxPower, int16_t *re… in getFullPwrTable() argument615 if (numPcdacs < 2) { in getFullPwrTable()618 __func__, numPcdacs); in getFullPwrTable()622 if (ii>pcdacs[idxR] && idxR < numPcdacs-1) { in getFullPwrTable()
168 pPowerExpn->pDataPerChannel[i].pDataPerXPD[j].numPcdacs = 0; in eepromAllocExpnPower5112()170 pPowerExpn->pDataPerChannel[i].pDataPerXPD[0].numPcdacs = 4; in eepromAllocExpnPower5112()171 pPowerExpn->pDataPerChannel[i].pDataPerXPD[3].numPcdacs = 3; in eepromAllocExpnPower5112()226 pPowerExpn->pDataPerChannel[ii].pDataPerXPD[jj].numPcdacs = 0; in eepromExpandPower5112()230 pExpnXPD->numPcdacs = 4; in eepromExpandPower5112()252 pExpnXPD->numPcdacs = 4; in eepromExpandPower5112()266 pExpnXPD->numPcdacs = 3; in eepromExpandPower5112()
236 uint16_t numPcdacs; member