Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dexynos4210_mct.c182 #define MCT_GT_COUNTER_STEP 0x100000000ULL macro
502 return MCT_GT_COUNTER_STEP; in exynos4210_gcomp_get_distance()
504 if (s->g_timer.reg.comp[id] - s->g_timer.reg.cnt < MCT_GT_COUNTER_STEP) { in exynos4210_gcomp_get_distance()
507 return MCT_GT_COUNTER_STEP; in exynos4210_gcomp_get_distance()
525 if (distance > MCT_GT_COUNTER_STEP || !distance) { in exynos4210_gfrc_restart()
526 distance = MCT_GT_COUNTER_STEP; in exynos4210_gfrc_restart()
593 if (distance > MCT_GT_COUNTER_STEP || !distance) { in exynos4210_gfrc_event()
594 distance = MCT_GT_COUNTER_STEP; in exynos4210_gfrc_event()