Searched refs:ar5211SetPowerMode (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_power.c | 96 ar5211SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) in ar5211SetPowerMode() function
|
H A D | ar5211.h | 307 extern HAL_BOOL ar5211SetPowerMode(struct ath_hal *, HAL_POWER_MODE mode,
|
H A D | ar5211_attach.c | 157 .ah_setPowerMode = ar5211SetPowerMode,
|
H A D | ar5211_reset.c | 572 if (!ar5211SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE)) in ar5211Disable() 596 if (!ar5211SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE)) in ar5211ChipReset() 629 if (!ar5211SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE)) in ar5211ChipReset()
|