Home
last modified time | relevance | path

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

/netbsd/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_power.c93 OS_REG_CLR_BIT(ah, AR_RTC_RESET, AR_RTC_RESET_EN); in ar5416SetPowerModeSleep()
H A Dar5416reg.h59 #define AR_RTC_RESET 0x7040 /* RTC reset register */ macro
H A Dar5416_reset.c1087 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 Dathn.c678 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 Dathnreg.h124 #define AR_RTC_RESET 0x7040 macro