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

/linux-4.1.27/drivers/rtc/
H A Drtc-pcf8583.c191 unsigned char new_ctrl = ctrl & ~(CTRL_STOP | CTRL_HOLD); pcf8583_rtc_read_time() local
194 ctrl, new_ctrl); pcf8583_rtc_read_time()
196 err = pcf8583_set_ctrl(client, &new_ctrl); pcf8583_rtc_read_time()
H A Drtc-omap.c528 u8 reg, mask, new_ctrl; omap_rtc_probe() local
606 new_ctrl = reg & (OMAP_RTC_CTRL_SPLIT | OMAP_RTC_CTRL_AUTO_COMP); omap_rtc_probe()
607 new_ctrl |= OMAP_RTC_CTRL_STOP; omap_rtc_probe()
624 if (new_ctrl & OMAP_RTC_CTRL_SPLIT) omap_rtc_probe()
627 if (reg != new_ctrl) omap_rtc_probe()
628 rtc_write(rtc, OMAP_RTC_CTRL_REG, new_ctrl); omap_rtc_probe()

Completed in 249 milliseconds