Lines Matching refs:rtc_ctrl
94 u16 rtc_ctrl;
116 rtc_ctrl = wm8350_reg_read(wm8350, WM8350_RTC_TIME_CONTROL);
118 } while (--retries && !(rtc_ctrl & WM8350_RTC_STS));
188 u16 rtc_ctrl;
199 rtc_ctrl = wm8350_reg_read(wm8350, WM8350_RTC_TIME_CONTROL);
201 } while (retries-- && !(rtc_ctrl & WM8350_RTC_ALMSTS));
203 if (!(rtc_ctrl & WM8350_RTC_ALMSTS))
213 u16 rtc_ctrl;
222 rtc_ctrl = wm8350_reg_read(wm8350, WM8350_RTC_TIME_CONTROL);
224 } while (retries-- && rtc_ctrl & WM8350_RTC_ALMSTS);
226 if (rtc_ctrl & WM8350_RTC_ALMSTS)