Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-sparx5.c65 int divt = sel_rates[conf->rot_sel] * (1 + conf->pre_div); in s5_calc_freq() local
66 int divb = divt + sign; in s5_calc_freq()
68 rate = mult_frac(rate, divt, divb); in s5_calc_freq()
/openbmc/qemu/target/alpha/
H A Dhelper.h56 DEF_HELPER_FLAGS_3(divt, TCG_CALL_NO_RWG, i64, env, i64, i64)
H A Dtranslate.c809 IEEE_ARITH3(divt) in IEEE_ARITH3()