Home
last modified time | relevance | path

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

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