Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dexynos4210_mct.c272 VMSTATE_UINT32(tcntb, struct tick_timer),
730 icnto = remain / s->tcntb; in exynos4210_ltick_int_get_cnto()
813 tcnto = remain % s->tcntb; in exynos4210_ltick_cnt_get_cnto()
816 icnto = remain / s->tcntb; in exynos4210_ltick_cnt_get_cnto()
818 tcnto = remain % (icnto * s->tcntb); in exynos4210_ltick_cnt_get_cnto()
820 tcnto = remain % s->tcntb; in exynos4210_ltick_cnt_get_cnto()
847 s->tcntb = new_cnt + 1; in exynos4210_ltick_set_cntb()
880 s->distance = (uint64_t)s->tcntb * s->icntb; in exynos4210_ltick_recalc_count()
882 s->distance = s->tcntb; in exynos4210_ltick_recalc_count()
911 s->tcntb = 0; in exynos4210_ltick_timer_init()
[all …]