Home
last modified time | relevance | path

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

/external/qemu/hw/
Dmc146818rtc.c75 int64_t next_periodic_time; member
169 s->next_periodic_time = muldiv64(next_irq_clock, get_ticks_per_sec(), 32768) + 1; in rtc_timer_update()
170 qemu_mod_timer(s->periodic_timer, s->next_periodic_time); in rtc_timer_update()
183 rtc_timer_update(s, s->next_periodic_time); in rtc_periodic_timer()
525 qemu_put_be64(f, s->next_periodic_time); in rtc_save()
551 s->next_periodic_time=qemu_get_be64(f); in rtc_load()