Searched refs:timectl (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/rtc/
H A Drtc-wm8350.c374 u16 timectl, power5; local
376 timectl = wm8350_reg_read(wm8350, WM8350_RTC_TIME_CONTROL);
377 if (timectl & WM8350_RTC_BCD) {
381 if (timectl & WM8350_RTC_12HR) {
401 if (timectl & WM8350_RTC_STS) {
413 timectl = wm8350_reg_read(wm8350,
415 } while (timectl & WM8350_RTC_STS && --retries);

Completed in 124 milliseconds