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

/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_power.c120 ar5212SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) function
H A Dar5212_attach.c155 .ah_setPowerMode = ar5212SetPowerMode,
345 if (!ar5212SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE)) {
595 ar5212SetPowerMode(ah, HAL_PM_FULL_SLEEP, AH_TRUE);
H A Dar5212_reset.c145 if (!ar5212SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE)) {
841 if (!ar5212SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE))
871 if (!ar5212SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE))
1210 rt = ar5212SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE);
1288 if (ar5212SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE))
H A Dar5212.h528 extern HAL_BOOL ar5212SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode,

Completed in 107 milliseconds