Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_power.c59 OS_REG_SET_BIT(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN); in ar5416SetPowerModeAwake()
70 OS_REG_SET_BIT(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN); in ar5416SetPowerModeAwake()
97 OS_REG_CLR_BIT(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN); in ar5416SetPowerModeSleep()
117 OS_REG_CLR_BIT(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN); in ar5416SetPowerModeNetworkSleep()
H A Dar5416reg.h425 #define AR_RTC_FORCE_WAKE_EN 0x00000001 /* enable force wake */ macro
H A Dar5416_reset.c1291 AR_RTC_FORCE_WAKE_EN | AR_RTC_FORCE_WAKE_ON_INT); in ar5416SetResetReg()
1320 AR_RTC_FORCE_WAKE_EN | AR_RTC_FORCE_WAKE_ON_INT); in ar5416SetResetPowerOn()
1372 AR_RTC_FORCE_WAKE_EN | AR_RTC_FORCE_WAKE_ON_INT); in ar5416SetReset()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_power.c514 OS_REG_SET_BIT(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN); in ar9300_set_power_mode_awake()
524 OS_REG_SET_BIT(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN); in ar9300_set_power_mode_awake()
561 OS_REG_CLR_BIT(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN); in ar9300_set_power_mode_sleep()
625 OS_REG_CLR_BIT(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN); in ar9300_set_power_mode_network_sleep()
1379 OS_REG_SET_BIT(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN); in ar9300_wow_enable()
H A Dar9300_reset.c1696 AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN | AR_RTC_FORCE_WAKE_ON_INT); in ar9300_set_reset()
1891 AR_RTC_FORCE_WAKE_EN | AR_RTC_FORCE_WAKE_ON_INT); in ar9300_set_reset_power_on()
1939 AR_RTC_FORCE_WAKE_EN | AR_RTC_FORCE_WAKE_ON_INT); in ar9300_set_reset_reg()
H A Dar9300reg.h1195 #define AR_RTC_FORCE_WAKE_EN 0x00000001 /* enable force wake */ macro