Searched refs:AR_RTC_RC (Results 1 – 2 of 2) sorted by relevance
1417 REG_WRITE(ah, AR_RTC_RC(ah), rst_flags); in ath9k_hw_set_reset()1428 REG_WRITE(ah, AR_RTC_RC(ah), 0); in ath9k_hw_set_reset()1429 if (!ath9k_hw_wait(ah, AR_RTC_RC(ah), AR_RTC_RC_M, 0, AH_WAIT_TIMEOUT)) { in ath9k_hw_set_reset()
1342 #define AR_RTC_RC(_ah) \ macro