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 D | ar5416_power.c | 55 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 D | ar5416reg.h | 62 #define AR_RTC_FORCE_WAKE 0x704c /* control MAC force wake */ macro
|
H A D | ar5416_reset.c | 1080 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 D | athn.c | 670 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 D | athnreg.h | 127 #define AR_RTC_FORCE_WAKE 0x704c macro
|