Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_power.c120 ar5212SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) in ar5212SetPowerMode() function
H A Dar5212_attach.c157 .ah_setPowerMode = ar5212SetPowerMode,
347 if (!ar5212SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE)) { in ar5212Attach()
597 ar5212SetPowerMode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar5212Detach()
H A Dar5212_reset.c147 if (!ar5212SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE)) { in ar5212Reset()
844 if (!ar5212SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE)) in ar5212Disable()
874 if (!ar5212SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE)) in ar5212ChipReset()
1212 rt = ar5212SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE); in ar5212SetResetReg()
1290 if (ar5212SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE)) in ar5212SetResetReg()
H A Dar5212.h533 extern HAL_BOOL ar5212SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode,