Searched refs:AR_RTC_RC (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/external/isc/atheros_hal/dist/ar5416/ |
| D | ar5416reg.h | 57 #define AR_RTC_RC 0x7000 /* reset control */ macro
|
| D | ar5416_reset.c | 1131 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/ |
| D | athn.c | 716 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()
|
| D | athnreg.h | 118 #define AR_RTC_RC 0x7000 macro
|