Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ath/ath_hal/ar5212/
H A Dar5112.c52 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() argument
615 if (numPcdacs < 2) { in getFullPwrTable()
618 __func__, numPcdacs); in getFullPwrTable()
622 if (ii>pcdacs[idxR] && idxR < numPcdacs-1) { in getFullPwrTable()
/freebsd-13.1/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.c168 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()
H A Dah_eeprom_v3.h236 uint16_t numPcdacs; member