Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_power.c96 ar5211SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) in ar5211SetPowerMode() function
Dar5211.h289 extern HAL_BOOL ar5211SetPowerMode(struct ath_hal *, uint32_t powerRequest,
Dar5211_reset.c571 if (!ar5211SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE)) in ar5211Disable()
595 if (!ar5211SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE)) in ar5211ChipReset()
628 if (!ar5211SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE)) in ar5211ChipReset()
Dar5211_attach.c143 .ah_setPowerMode = ar5211SetPowerMode,