Searched refs:new_ctrl (Results 1 – 2 of 2) sorted by relevance
191 unsigned char new_ctrl = ctrl & ~(CTRL_STOP | CTRL_HOLD); in pcf8583_rtc_read_time() local194 ctrl, new_ctrl); in pcf8583_rtc_read_time()196 err = pcf8583_set_ctrl(client, &new_ctrl); in pcf8583_rtc_read_time()
709 u8 reg, mask, new_ctrl; in omap_rtc_probe() local798 new_ctrl = reg & (OMAP_RTC_CTRL_SPLIT | OMAP_RTC_CTRL_AUTO_COMP); in omap_rtc_probe()799 new_ctrl |= OMAP_RTC_CTRL_STOP; in omap_rtc_probe()816 if (new_ctrl & OMAP_RTC_CTRL_SPLIT) in omap_rtc_probe()819 if (reg != new_ctrl) in omap_rtc_probe()820 rtc_write(rtc, OMAP_RTC_CTRL_REG, new_ctrl); in omap_rtc_probe()