Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgk20a.c105 u32 target_clk_f, ref_clk_f, target_freq; in gk20a_pllg_calc_mnp() local
114 ref_clk_f = clk->parent_rate / KHZ; in gk20a_pllg_calc_mnp()
145 u32 u_f = ref_clk_f / m; in gk20a_pllg_calc_mnp()
152 n = (target_vco_f * m) / ref_clk_f; in gk20a_pllg_calc_mnp()
153 n2 = ((target_vco_f * m) + (ref_clk_f - 1)) / ref_clk_f; in gk20a_pllg_calc_mnp()
166 vco_f = ref_clk_f * n / m; in gk20a_pllg_calc_mnp()