Searched refs:ref_clk_f (Results 1 – 1 of 1) sorted by relevance
155 u32 target_clk_f, ref_clk_f, target_freq; in gk20a_pllg_calc_mnp() local166 ref_clk_f = priv->parent_rate / MHZ; in gk20a_pllg_calc_mnp()209 u_f = ref_clk_f / m; in gk20a_pllg_calc_mnp()216 n = (target_vco_f * m) / ref_clk_f; in gk20a_pllg_calc_mnp()217 n2 = ((target_vco_f * m) + (ref_clk_f - 1)) / ref_clk_f; in gk20a_pllg_calc_mnp()228 vco_f = ref_clk_f * n / m; in gk20a_pllg_calc_mnp()