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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-wm8350.c410 u16 timectl, power5; local
412 timectl = wm8350_reg_read(wm8350, WM8350_RTC_TIME_CONTROL);
413 if (timectl & WM8350_RTC_BCD) {
417 if (timectl & WM8350_RTC_12HR) {
439 if (timectl & WM8350_RTC_STS) {
451 timectl = wm8350_reg_read(wm8350,
453 } while (timectl & WM8350_RTC_STS && --retries);

Completed in 98 milliseconds