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

/linux-4.1.27/drivers/rtc/
H A Drtc-wm8350.c385 u16 timectl, power5; wm8350_rtc_probe() local
387 timectl = wm8350_reg_read(wm8350, WM8350_RTC_TIME_CONTROL); wm8350_rtc_probe()
388 if (timectl & WM8350_RTC_BCD) { wm8350_rtc_probe()
392 if (timectl & WM8350_RTC_12HR) { wm8350_rtc_probe()
414 if (timectl & WM8350_RTC_STS) { wm8350_rtc_probe()
426 timectl = wm8350_reg_read(wm8350, wm8350_rtc_probe()
428 } while (timectl & WM8350_RTC_STS && --retries); wm8350_rtc_probe()

Completed in 98 milliseconds