Home
last modified time | relevance | path

Searched refs:AR_RTC_RC (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/external/isc/atheros_hal/dist/ar5416/
Dar5416reg.h57 #define AR_RTC_RC 0x7000 /* reset control */ macro
Dar5416_reset.c1131 OS_REG_WRITE(ah, AR_RTC_RC, AR_RTC_RC_MAC_WARM); in ar5416SetReset()
1134 OS_REG_WRITE(ah, AR_RTC_RC, AR_RTC_RC_MAC_WARM|AR_RTC_RC_MAC_COLD); in ar5416SetReset()
1144 OS_REG_WRITE(ah, AR_RTC_RC, 0); in ar5416SetReset()
1145 if (!ath_hal_wait(ah, AR_RTC_RC, AR_RTC_RC_M, 0)) { in ar5416SetReset()
/netbsd/src/sys/dev/ic/
Dathn.c716 AR_WRITE(sc, AR_RTC_RC, AR_RTC_RC_MAC_WARM | in athn_reset()
720 AR_WRITE(sc, AR_RTC_RC, 0); in athn_reset()
722 if (!(AR_READ(sc, AR_RTC_RC) & in athn_reset()
Dathnreg.h118 #define AR_RTC_RC 0x7000 macro