Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dhw.c1306 REG_WRITE(ah, AR_RTC_RESET, 1); in ath9k_hw_ar9330_reset_war()
1410 REG_WRITE(ah, AR_RTC_RESET, 0); in ath9k_hw_set_reset_power_on()
1419 REG_WRITE(ah, AR_RTC_RESET, 1); in ath9k_hw_set_reset_power_on()
2071 REG_CLR_BIT(ah, AR_RTC_RESET, AR_RTC_RESET_EN); in ath9k_set_power_sleep()
2144 REG_SET_BIT(ah, AR_RTC_RESET, in ath9k_hw_set_power_awake()
Dreg.h1330 #define AR_RTC_RESET \ macro