Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dhw.c1344 REG_WRITE(ah, AR_RTC_RESET, 1); in ath9k_hw_ar9330_reset_war()
1458 REG_WRITE(ah, AR_RTC_RESET, 0); in ath9k_hw_set_reset_power_on()
1467 REG_WRITE(ah, AR_RTC_RESET, 1); in ath9k_hw_set_reset_power_on()
2124 REG_CLR_BIT(ah, AR_RTC_RESET, AR_RTC_RESET_EN); in ath9k_set_power_sleep()
2197 REG_SET_BIT(ah, AR_RTC_RESET, in ath9k_hw_set_power_awake()
Dreg.h1381 #define AR_RTC_RESET \ macro