Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dexynos4210_mct.c711 uint64_t cur_progress; in exynos4210_ltick_int_get_cnto() local
717 cur_progress = s->progress + counted; in exynos4210_ltick_int_get_cnto()
720 cur_progress = s->progress; in exynos4210_ltick_int_get_cnto()
723 remain = s->distance - cur_progress; in exynos4210_ltick_int_get_cnto()
794 uint64_t cur_progress; in exynos4210_ltick_cnt_get_cnto() local
800 cur_progress = s->progress + counted; in exynos4210_ltick_cnt_get_cnto()
803 cur_progress = s->progress; in exynos4210_ltick_cnt_get_cnto()
806 remain = s->distance - cur_progress; in exynos4210_ltick_cnt_get_cnto()