Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dibex_timer.c74 s->mtimecmp = value; in ibex_timer_update_irqs()
76 if (s->mtimecmp <= now) { in ibex_timer_update_irqs()
92 diff = s->mtimecmp - now; in ibex_timer_update_irqs()
123 s->mtimecmp = 0; in ibex_timer_reset()
/openbmc/qemu/include/hw/timer/
H A Dibex_timer.h36 uint64_t mtimecmp; member