Home
last modified time | relevance | path

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

/netbsd/src/sys/external/isc/atheros_hal/dist/ar5212/
Dar5112.c50 static HAL_BOOL getFullPwrTable(uint16_t numPcdacs, uint16_t *pcdacs,
427 numPcd = pRawCh->pDataPerXPD[jj].numPcdacs; in ar5112SetPowerTable()
440 numPcd = pRawCh->pDataPerXPD[jj].numPcdacs; in ar5112SetPowerTable()
454 numPcd = pRawCh->pDataPerXPD[jj].numPcdacs; in ar5112SetPowerTable()
601 getFullPwrTable(uint16_t numPcdacs, uint16_t *pcdacs, int16_t *power, int16_t maxPower, int16_t *re… in getFullPwrTable() argument
607 if (numPcdacs < 2) { in getFullPwrTable()
610 __func__, numPcdacs); in getFullPwrTable()
614 if (ii>pcdacs[idxR] && idxR < numPcdacs-1) { in getFullPwrTable()
/netbsd/src/sys/external/isc/atheros_hal/dist/
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()
222 pPowerExpn->pDataPerChannel[ii].pDataPerXPD[jj].numPcdacs = 0; in eepromExpandPower5112()
226 pExpnXPD->numPcdacs = 4; in eepromExpandPower5112()
248 pExpnXPD->numPcdacs = 4; in eepromExpandPower5112()
262 pExpnXPD->numPcdacs = 3; in eepromExpandPower5112()
Dah_eeprom_v3.h235 uint16_t numPcdacs; member