Home
last modified time | relevance | path

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

/qemu/hw/rtc/
H A Dm48t59.c179 if (NVRAM->wd_timer != NULL) { in set_up_watchdog()
180 timer_del(NVRAM->wd_timer); in set_up_watchdog()
183 timer_mod(NVRAM->wd_timer, ((uint64_t)time(NULL) * 1000) + in set_up_watchdog()
544 if (NVRAM->wd_timer != NULL) in m48t59_reset_common()
545 timer_del(NVRAM->wd_timer); in m48t59_reset_common()
571 s->wd_timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, &watchdog_cb, s); in m48t59_realize_common()
H A Dm48t59-internal.h53 QEMUTimer *wd_timer; member