Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dexynos4210_mct.c277 VMSTATE_PTIMER(ptimer_tick, struct tick_timer),
713 count = ptimer_get_count(s->ptimer_tick); in exynos4210_ltick_int_get_cnto()
716 counted = s->count - ptimer_get_count(s->ptimer_tick); in exynos4210_ltick_int_get_cnto()
745 ptimer_set_count(s->ptimer_tick, s->count); in exynos4210_ltick_cnt_start()
746 ptimer_run(s->ptimer_tick, 1); in exynos4210_ltick_cnt_start()
766 ptimer_stop(s->ptimer_tick); in exynos4210_ltick_cnt_stop()
775 ptimer_transaction_begin(s->ptimer_tick); in exynos4210_ltick_tx_begin()
781 ptimer_transaction_commit(s->ptimer_tick); in exynos4210_ltick_tx_commit()
796 count = ptimer_get_count(s->ptimer_tick); in exynos4210_ltick_cnt_get_cnto()
1514 s->l_timer[i].tick_timer.ptimer_tick = in exynos4210_mct_init()
[all …]
/openbmc/qemu/hw/core/
H A Dptimer.c155 static void ptimer_tick(void *opaque) in ptimer_tick() function
466 s->timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, ptimer_tick, s); in ptimer_init()