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

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_power.c 55 OS_REG_SET_BIT(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN);
63 OS_REG_SET_BIT(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN);
90 OS_REG_CLR_BIT(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN);
108 OS_REG_CLR_BIT(ah, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN);
ar5416reg.h 62 #define AR_RTC_FORCE_WAKE 0x704c /* control MAC force wake */
ar5416_reset.c 1080 OS_REG_WRITE(ah, AR_RTC_FORCE_WAKE,
1112 OS_REG_WRITE(ah, AR_RTC_FORCE_WAKE,
  /src/sys/dev/ic/
athn.c 670 AR_WRITE(sc, AR_RTC_FORCE_WAKE,
705 AR_WRITE(sc, AR_RTC_FORCE_WAKE,
749 AR_SETBITS(sc, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN);
759 AR_SETBITS(sc, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN);
777 AR_CLRBITS(sc, AR_RTC_FORCE_WAKE, AR_RTC_FORCE_WAKE_EN);
athnreg.h 127 #define AR_RTC_FORCE_WAKE 0x704c
947 /* Bits for AR_RTC_FORCE_WAKE. */

Completed in 137 milliseconds