Home
last modified time | relevance | path

Searched refs:next_periodic_time (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/rtc/
H A Dmc146818rtc.c179 next_periodic_clock = muldiv64(s->next_periodic_time, in periodic_timer_update()
224 s->next_periodic_time = periodic_clock_to_ns(next_irq_clock) + 1; in periodic_timer_update()
225 timer_mod(s->periodic_timer, s->next_periodic_time); in periodic_timer_update()
232 periodic_timer_update(s, s->next_periodic_time, s->period, false); in rtc_periodic_timer()
788 if (now < s->next_periodic_time || in rtc_post_load()
789 now > (s->next_periodic_time + get_max_clock_jump())) { in rtc_post_load()
830 VMSTATE_INT64(next_periodic_time, MC146818RtcState),
/openbmc/qemu/include/hw/rtc/
H A Dmc146818rtc.h38 int64_t next_periodic_time; member