Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rtc/
Drtc-wm8350.c185 alrm->enabled = !(time[3] & WM8350_RTC_ALMSTS); in wm8350_rtc_readalarm()
206 } while (retries-- && !(rtc_ctrl & WM8350_RTC_ALMSTS)); in wm8350_rtc_stop_alarm()
208 if (!(rtc_ctrl & WM8350_RTC_ALMSTS)) in wm8350_rtc_stop_alarm()
229 } while (retries-- && rtc_ctrl & WM8350_RTC_ALMSTS); in wm8350_rtc_start_alarm()
231 if (rtc_ctrl & WM8350_RTC_ALMSTS) in wm8350_rtc_start_alarm()
351 reg & WM8350_RTC_ALMSTS) { in wm8350_rtc_suspend()
/Linux-v4.19/include/linux/mfd/wm8350/
Drtc.h196 #define WM8350_RTC_ALMSTS 0x0100 macro