Searched refs:AR_RTC_RESET (Results 1 – 5 of 5) sorted by relevance
/netbsd/sys/external/isc/atheros_hal/dist/ar5416/ |
H A D | ar5416_power.c | 93 OS_REG_CLR_BIT(ah, AR_RTC_RESET, AR_RTC_RESET_EN); in ar5416SetPowerModeSleep()
|
H A D | ar5416reg.h | 59 #define AR_RTC_RESET 0x7040 /* RTC reset register */ macro
|
H A D | ar5416_reset.c | 1087 OS_REG_WRITE(ah, AR_RTC_RESET, 0); in ar5416SetResetPowerOn() 1091 OS_REG_WRITE(ah, AR_RTC_RESET, 1); in ar5416SetResetPowerOn()
|
/netbsd/sys/dev/ic/ |
H A D | athn.c | 678 AR_WRITE(sc, AR_RTC_RESET, 0); in athn_reset_power_on() 683 AR_WRITE(sc, AR_RTC_RESET, 1); in athn_reset_power_on() 785 AR_CLRBITS(sc, AR_RTC_RESET, AR_RTC_RESET_EN); in athn_set_power_sleep()
|
H A D | athnreg.h | 124 #define AR_RTC_RESET 0x7040 macro
|