Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dexynos4210_mct.c864 uint64_t to_count; in exynos4210_ltick_recalc_count() local
873 to_count = (uint64_t)s->last_tcnto * s->last_icnto; in exynos4210_ltick_recalc_count()
875 to_count = s->last_icnto; in exynos4210_ltick_recalc_count()
885 to_count = s->distance; in exynos4210_ltick_recalc_count()
889 if (to_count > MCT_LT_COUNTER_STEP) { in exynos4210_ltick_recalc_count()
893 s->count = to_count; in exynos4210_ltick_recalc_count()