Searched refs:WM8350_RTC_ALMSTS (Results 1 – 2 of 2) sorted by relevance
187 alrm->enabled = !(time[3] & WM8350_RTC_ALMSTS); in wm8350_rtc_readalarm()208 } while (retries-- && !(rtc_ctrl & WM8350_RTC_ALMSTS)); in wm8350_rtc_stop_alarm()210 if (!(rtc_ctrl & WM8350_RTC_ALMSTS)) in wm8350_rtc_stop_alarm()231 } while (retries-- && rtc_ctrl & WM8350_RTC_ALMSTS); in wm8350_rtc_start_alarm()233 if (rtc_ctrl & WM8350_RTC_ALMSTS) in wm8350_rtc_start_alarm()353 reg & WM8350_RTC_ALMSTS) { in wm8350_rtc_suspend()
196 #define WM8350_RTC_ALMSTS 0x0100 macro