HomeSort by: relevance | last modified time | path
    Searched defs:target_clk_f (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_gk20a.c 110 u32 target_clk_f, ref_clk_f, target_freq; local in function:gk20a_pllg_calc_mnp
118 target_clk_f = rate * 2 / KHZ;
121 target_vco_f = target_clk_f + target_clk_f / 50;
147 target_vco_f = target_clk_f * clk->pl_to_div(pl);
178 delta = abs(lwv - target_clk_f);
200 target_clk_f / KHZ);
nouveau_nvkm_subdev_clk_gk20a.c 110 u32 target_clk_f, ref_clk_f, target_freq; local in function:gk20a_pllg_calc_mnp
118 target_clk_f = rate * 2 / KHZ;
121 target_vco_f = target_clk_f + target_clk_f / 50;
147 target_vco_f = target_clk_f * clk->pl_to_div(pl);
178 delta = abs(lwv - target_clk_f);
200 target_clk_f / KHZ);
nouveau_nvkm_subdev_clk_gk20a.c 110 u32 target_clk_f, ref_clk_f, target_freq; local in function:gk20a_pllg_calc_mnp
118 target_clk_f = rate * 2 / KHZ;
121 target_vco_f = target_clk_f + target_clk_f / 50;
147 target_vco_f = target_clk_f * clk->pl_to_div(pl);
178 delta = abs(lwv - target_clk_f);
200 target_clk_f / KHZ);

Completed in 211 milliseconds