Searched refs:WM8350_RTC_ALMSTS (Results 1 – 2 of 2) sorted by relevance
180 alrm->enabled = !(time[3] & WM8350_RTC_ALMSTS); in wm8350_rtc_readalarm()201 } while (retries-- && !(rtc_ctrl & WM8350_RTC_ALMSTS)); in wm8350_rtc_stop_alarm()203 if (!(rtc_ctrl & WM8350_RTC_ALMSTS)) in wm8350_rtc_stop_alarm()224 } while (retries-- && rtc_ctrl & WM8350_RTC_ALMSTS); in wm8350_rtc_start_alarm()226 if (rtc_ctrl & WM8350_RTC_ALMSTS) in wm8350_rtc_start_alarm()345 reg & WM8350_RTC_ALMSTS) { in wm8350_rtc_suspend()
192 #define WM8350_RTC_ALMSTS 0x0100 macro