Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath9k/
Dhw.c1417 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()
Dreg.h1342 #define AR_RTC_RC(_ah) \ macro