Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_power.c72 ar5312SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) in ar5312SetPowerMode() function
H A Dar5312.h71 extern HAL_BOOL ar5312SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode,
H A Dar5312_reset.c596 if (!ar5312SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE)) in ar5312Disable()
628 if (!ar5312SetPowerMode(ah, HAL_PM_AWAKE, AH_TRUE)) { in ar5312ChipReset()
H A Dar5312_attach.c93 ah->ah_setPowerMode = ar5312SetPowerMode; in ar5312Attach()