Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_power.c55 OS_REG_SET_BIT(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN); in ar5416SetPowerModeAwake()
63 OS_REG_SET_BIT(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN); in ar5416SetPowerModeAwake()
90 OS_REG_CLR_BIT(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN); in ar5416SetPowerModeSleep()
108 OS_REG_CLR_BIT(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN); in ar5416SetPowerModeNetworkSleep()
H A Dar5416reg.h62 #define AR_RTC_FORCE_WAKE 0x704c /* control MAC force wake */ macro
H A Dar5416_reset.c1080 OS_REG_WRITE(ah, AR_RTC_FORCE_WAKE, in ar5416SetResetPowerOn()
1112 OS_REG_WRITE(ah, AR_RTC_FORCE_WAKE, in ar5416SetReset()
/netbsd-src/sys/dev/ic/
H A Dathn.c670 AR_WRITE(sc, AR_RTC_FORCE_WAKE, in athn_reset_power_on()
705 AR_WRITE(sc, AR_RTC_FORCE_WAKE, in athn_reset()
749 AR_SETBITS(sc, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN); in athn_set_power_awake()
759 AR_SETBITS(sc, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN); in athn_set_power_awake()
777 AR_CLRBITS(sc, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN); in athn_set_power_sleep()
H A Dathnreg.h127 #define AR_RTC_FORCE_WAKE 0x704c macro