Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dppc.c708 tb_env->tb_freq = tb_env->decr_freq; in cpu_ppc_tb_start()
730 n = ns_to_tb(tb_env->decr_freq, now); in __cpu_ppc_load_decr()
867 next = ns_to_tb(tb_env->decr_freq, now) + value; in __cpu_ppc_store_decr()
892 timer_mod(timer, tb_to_ns_round_up(tb_env->decr_freq, next)); in __cpu_ppc_store_decr()
1111 tb_env->decr_freq = freq; in cpu_ppc_tb_init()
1241 tb_env->decr_next = ns_to_tb(tb_env->decr_freq, now) in start_stop_pit()
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()
1384 tb_env->decr_freq = freq; in ppc_40x_set_tb_clk()
1403 tb_env->decr_freq = freq; in ppc_40x_timers_init()
H A Dppc_booke.c357 tb_env->decr_freq = freq; in ppc_booke_timers_init()
/openbmc/qemu/include/hw/ppc/
H A Dppc.h32 uint32_t decr_freq; /* decrementer frequency */ member