Home
last modified time | relevance | path

Searched refs:AR_RTC_FORCE_WAKE_EN (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_power.c58 OS_REG_SET_BIT(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN); in ar5416SetPowerModeAwake()
69 OS_REG_SET_BIT(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN); in ar5416SetPowerModeAwake()
96 OS_REG_CLR_BIT(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN); in ar5416SetPowerModeSleep()
116 OS_REG_CLR_BIT(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN); in ar5416SetPowerModeNetworkSleep()
Dar5416reg.h361 #define AR_RTC_FORCE_WAKE_EN 0x00000001 /* enable force wake */ macro
Dar5416_reset.c1218 AR_RTC_FORCE_WAKE_EN | AR_RTC_FORCE_WAKE_ON_INT); in ar5416SetResetPowerOn()
1265 AR_RTC_FORCE_WAKE_EN | AR_RTC_FORCE_WAKE_ON_INT); in ar5416SetReset()