Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rtc/
Drtc-wm8350.c383 u16 timectl, power5; in wm8350_rtc_probe() local
385 timectl = wm8350_reg_read(wm8350, WM8350_RTC_TIME_CONTROL); in wm8350_rtc_probe()
386 if (timectl & WM8350_RTC_BCD) { in wm8350_rtc_probe()
390 if (timectl & WM8350_RTC_12HR) { in wm8350_rtc_probe()
412 if (timectl & WM8350_RTC_STS) { in wm8350_rtc_probe()
424 timectl = wm8350_reg_read(wm8350, in wm8350_rtc_probe()
426 } while (timectl & WM8350_RTC_STS && --retries); in wm8350_rtc_probe()