Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
606 OS_REG_WRITE(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_ON_INT); in ar9300_set_power_mode_network_sleep()
625 OS_REG_CLR_BIT(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN); in ar9300_set_power_mode_network_sleep()
1009 OS_REG_WRITE(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_ON_INT); in ar9300_set_power_mode_wow_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()
1890 OS_REG_WRITE(ah, AR_RTC_FORCE_WAKE, in ar9300_set_reset_power_on()
1938 OS_REG_WRITE(ah, AR_RTC_FORCE_WAKE, in ar9300_set_reset_reg()
H A Dar9300reg.h1194 #define AR_RTC_FORCE_WAKE AR_RTC_SYNC_OFFSET(RTC_SYNC_FORCE_WAKE) macro