Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_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()
HDar5416reg.h425 #define AR_RTC_FORCE_WAKE_EN 0x00000001 /* enable force wake */ macro
HDar5416_reset.c1283 AR_RTC_FORCE_WAKE_EN | AR_RTC_FORCE_WAKE_ON_INT); in ar5416SetResetReg()
1312 AR_RTC_FORCE_WAKE_EN | AR_RTC_FORCE_WAKE_ON_INT); in ar5416SetResetPowerOn()
1364 AR_RTC_FORCE_WAKE_EN | AR_RTC_FORCE_WAKE_ON_INT); in ar5416SetReset()
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_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()
HDar9300_reset.c1673 AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN | AR_RTC_FORCE_WAKE_ON_INT); in ar9300_set_reset()
1867 AR_RTC_FORCE_WAKE_EN | AR_RTC_FORCE_WAKE_ON_INT); in ar9300_set_reset_power_on()
1915 AR_RTC_FORCE_WAKE_EN | AR_RTC_FORCE_WAKE_ON_INT); in ar9300_set_reset_reg()
HDar9300reg.h1194 #define AR_RTC_FORCE_WAKE_EN 0x00000001 /* enable force wake */ macro