HomeSort by: relevance | last modified time | path
    Searched refs:AR_RTC_RC (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_reset.c 1131 OS_REG_WRITE(ah, AR_RTC_RC, AR_RTC_RC_MAC_WARM);
1134 OS_REG_WRITE(ah, AR_RTC_RC, AR_RTC_RC_MAC_WARM|AR_RTC_RC_MAC_COLD);
1144 OS_REG_WRITE(ah, AR_RTC_RC, 0);
1145 if (!ath_hal_wait(ah, AR_RTC_RC, AR_RTC_RC_M, 0)) {
ar5416reg.h 57 #define AR_RTC_RC 0x7000 /* reset control */
  /src/sys/dev/ic/
athnreg.h 118 #define AR_RTC_RC 0x7000
909 /* Bits for AR_RTC_RC. */
athn.c 716 AR_WRITE(sc, AR_RTC_RC, AR_RTC_RC_MAC_WARM |
720 AR_WRITE(sc, AR_RTC_RC, 0);
722 if (!(AR_READ(sc, AR_RTC_RC) &

Completed in 19 milliseconds