Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dexynos4210_mct.c202 int32_t curr_comp; /* Current comparator FRC is running to */ member
339 VMSTATE_INT32(curr_comp, Exynos4210MCTGT),
521 s->g_timer.curr_comp = exynos4210_gcomp_find(s); in exynos4210_gfrc_restart()
523 distance = exynos4210_gcomp_get_distance(s, s->g_timer.curr_comp); in exynos4210_gfrc_restart()
591 s->g_timer.curr_comp = exynos4210_gcomp_find(s); in exynos4210_gfrc_event()
592 distance = exynos4210_gcomp_get_distance(s, s->g_timer.curr_comp); in exynos4210_gfrc_event()