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

/linux-master/drivers/rtc/
H A Drtc-wm8350.c180 alrm->enabled = !(time[3] & WM8350_RTC_ALMSTS);
201 } while (retries-- && !(rtc_ctrl & WM8350_RTC_ALMSTS));
203 if (!(rtc_ctrl & WM8350_RTC_ALMSTS))
224 } while (retries-- && rtc_ctrl & WM8350_RTC_ALMSTS);
226 if (rtc_ctrl & WM8350_RTC_ALMSTS)
345 reg & WM8350_RTC_ALMSTS) {
/linux-master/include/linux/mfd/wm8350/
H A Drtc.h192 #define WM8350_RTC_ALMSTS 0x0100 macro

Completed in 256 milliseconds