Home
last modified time | relevance | path

Searched refs:getFullPwrTable (Results 1 – 1 of 1) 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,
440 if (!getFullPwrTable(numPcd, &pcdacs[0], &powers[0], in ar5112SetPowerTable()
454 if (!getFullPwrTable(numPcd, &pcdacs[0], &powers[0], in ar5112SetPowerTable()
468 if (!getFullPwrTable(numPcd, &pcdacs[0], &powers[0], in ar5112SetPowerTable()
609 getFullPwrTable(uint16_t numPcdacs, uint16_t *pcdacs, int16_t *power, int16_t maxPower, int16_t *re… in getFullPwrTable() function