Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dexynos4210_mct.c257 Exynos4210MCTGT g_timer; member
353 VMSTATE_STRUCT(g_timer, Exynos4210MCTState, 0,
438 gfrc = exynos4210_gfrc_get_count(&s->g_timer); in exynos4210_gcomp_find()
449 if (s->g_timer.reg.tcon & G_TCON_COMP_ENABLE(i)) { in exynos4210_gcomp_find()
453 if (s->g_timer.reg.comp[i] > gfrc) { in exynos4210_gcomp_find()
455 distance = s->g_timer.reg.comp[i] - gfrc; in exynos4210_gcomp_find()
464 if (s->g_timer.reg.comp[i] <= min) { in exynos4210_gcomp_find()
465 min = s->g_timer.reg.comp[i]; in exynos4210_gcomp_find()
487 s->g_timer.reg.comp[res], in exynos4210_gcomp_find()
504 if (s->g_timer.reg.comp[id] - s->g_timer.reg.cnt < MCT_GT_COUNTER_STEP) { in exynos4210_gcomp_get_distance()
[all …]