Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rtc/
Drtc-pcf8583.c191 unsigned char new_ctrl = ctrl & ~(CTRL_STOP | CTRL_HOLD); in pcf8583_rtc_read_time() local
194 ctrl, new_ctrl); in pcf8583_rtc_read_time()
196 err = pcf8583_set_ctrl(client, &new_ctrl); in pcf8583_rtc_read_time()
Drtc-omap.c532 u8 reg, mask, new_ctrl; in omap_rtc_probe() local
619 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()
/linux-4.4.14/arch/x86/kvm/
Dpmu_intel.c43 u8 new_ctrl = fixed_ctrl_field(data, i); in reprogram_fixed_counters() local
49 if (old_ctrl == new_ctrl) in reprogram_fixed_counters()
52 reprogram_fixed_counter(pmc, new_ctrl, i); in reprogram_fixed_counters()