Searched refs:new_ctrl (Results 1 – 3 of 3) 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()
532 u8 reg, mask, new_ctrl; in omap_rtc_probe() local619 new_ctrl = reg & (OMAP_RTC_CTRL_SPLIT | OMAP_RTC_CTRL_AUTO_COMP); in omap_rtc_probe()620 new_ctrl |= OMAP_RTC_CTRL_STOP; in omap_rtc_probe()637 if (new_ctrl & OMAP_RTC_CTRL_SPLIT) in omap_rtc_probe()640 if (reg != new_ctrl) in omap_rtc_probe()641 rtc_write(rtc, OMAP_RTC_CTRL_REG, new_ctrl); in omap_rtc_probe()
43 u8 new_ctrl = fixed_ctrl_field(data, i); in reprogram_fixed_counters() local49 if (old_ctrl == new_ctrl) in reprogram_fixed_counters()52 reprogram_fixed_counter(pmc, new_ctrl, i); in reprogram_fixed_counters()