Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5112.c50 static HAL_BOOL getFullPwrTable(uint16_t numPcdacs, uint16_t *pcdacs,
438 if (!getFullPwrTable(numPcd, &pcdacs[0], &powers[0], in ar5112SetPowerTable()
452 if (!getFullPwrTable(numPcd, &pcdacs[0], &powers[0], in ar5112SetPowerTable()
466 if (!getFullPwrTable(numPcd, &pcdacs[0], &powers[0], in ar5112SetPowerTable()
607 getFullPwrTable(uint16_t numPcdacs, uint16_t *pcdacs, int16_t *power, int16_t maxPower, int16_t *re… in getFullPwrTable() function