Searched refs:ar5416SetTxPowerLimit (Results 1 – 4 of 4) sorted by relevance
209 … ar5416SetTxPowerLimit(ah, AH_PRIVATE(ah)->ah_power_limit, AH_PRIVATE(ah)->ah_extra_txpow, 0); in ar5416BTCoexSetParameter()216 … ar5416SetTxPowerLimit(ah, AH_PRIVATE(ah)->ah_power_limit, AH_PRIVATE(ah)->ah_extra_txpow, 0); in ar5416BTCoexSetParameter()
313 extern HAL_BOOL ar5416SetTxPowerLimit(struct ath_hal *ah, uint32_t limit);
108 ah->ah_setTxPowerLimit = ar5416SetTxPowerLimit; in ar5416InitState()
913 ar5416SetTxPowerLimit(struct ath_hal *ah, uint32_t limit) in ar5416SetTxPowerLimit() function