Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dppc.c504 static int64_t tb_to_ns_round_up(uint32_t freq, uint64_t tb) in tb_to_ns_round_up() function
892 timer_mod(timer, tb_to_ns_round_up(tb_env->decr_freq, next)); in __cpu_ppc_store_decr()
1211 next = now + tb_to_ns_round_up(tb_env->tb_freq, next); in cpu_4xx_fit_cb()
1244 next = tb_to_ns_round_up(tb_env->decr_freq, tb_env->decr_next); in start_stop_pit()
1298 next = now + tb_to_ns_round_up(tb_env->decr_freq, next); in cpu_4xx_wdt_cb()