Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c1858 OS_REG_WRITE(ah, AR_RTC_RC, rst_flags); in ar9300_set_reset()
1865 OS_REG_WRITE(ah, AR_RTC_RC, 0); in ar9300_set_reset()
1866 if (!ath_hal_wait(ah, AR_RTC_RC, AR_RTC_RC_M, 0)) { in ar9300_set_reset()
1870 "%s: AR_RTC_RC = 0x%x\n", __func__, OS_REG_READ(ah, AR_RTC_RC)); in ar9300_set_reset()
H A Dar9300reg.h1103 #define AR_RTC_RC AR_RTC_OFFSET(RESET_CONTROL) macro