Home
last modified time | relevance | path

Searched refs:numPcdacs (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5112.c50 static HAL_BOOL getFullPwrTable(uint16_t numPcdacs, uint16_t *pcdacs,
433 numPcd = pRawCh->pDataPerXPD[jj].numPcdacs; in ar5112SetPowerTable()
446 numPcd = pRawCh->pDataPerXPD[jj].numPcdacs; in ar5112SetPowerTable()
460 numPcd = pRawCh->pDataPerXPD[jj].numPcdacs; in ar5112SetPowerTable()
607 getFullPwrTable(uint16_t numPcdacs, uint16_t *pcdacs, int16_t *power, int16_t maxPower, int16_t *re… in getFullPwrTable() argument
613 if (numPcdacs < 2) { in getFullPwrTable()
616 __func__, numPcdacs); in getFullPwrTable()
620 if (ii>pcdacs[idxR] && idxR < numPcdacs-1) { in getFullPwrTable()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.c166 pPowerExpn->pDataPerChannel[i].pDataPerXPD[j].numPcdacs = 0; in eepromAllocExpnPower5112()
168 pPowerExpn->pDataPerChannel[i].pDataPerXPD[0].numPcdacs = 4; in eepromAllocExpnPower5112()
169 pPowerExpn->pDataPerChannel[i].pDataPerXPD[3].numPcdacs = 3; in eepromAllocExpnPower5112()
224 pPowerExpn->pDataPerChannel[ii].pDataPerXPD[jj].numPcdacs = 0; in eepromExpandPower5112()
228 pExpnXPD->numPcdacs = 4; in eepromExpandPower5112()
250 pExpnXPD->numPcdacs = 4; in eepromExpandPower5112()
264 pExpnXPD->numPcdacs = 3; in eepromExpandPower5112()
H A Dah_eeprom_v3.h234 uint16_t numPcdacs; member