Home
last modified time | relevance | path

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

/qemu/hw/timer/
H A Detraxfs_timer.c68 uint32_t wd_hits; member
96 VMSTATE_UINT32(wd_hits, ETRAXTimerState),
238 if (t->wd_hits == 0) { in watchdog_hit()
248 t->wd_hits++; in watchdog_hit()
269 if (t->wd_hits) in timer_watchdog_update()
272 t->wd_hits = 0; in timer_watchdog_update()