Home
last modified time | relevance | path

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

/drivers/rtc/
Drtc-wm8350.c374 u16 timectl, power5; in wm8350_rtc_probe() local
376 timectl = wm8350_reg_read(wm8350, WM8350_RTC_TIME_CONTROL); in wm8350_rtc_probe()
377 if (timectl & WM8350_RTC_BCD) { in wm8350_rtc_probe()
381 if (timectl & WM8350_RTC_12HR) { in wm8350_rtc_probe()
403 if (timectl & WM8350_RTC_STS) { in wm8350_rtc_probe()
415 timectl = wm8350_reg_read(wm8350, in wm8350_rtc_probe()
417 } while (timectl & WM8350_RTC_STS && --retries); in wm8350_rtc_probe()