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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
nouveau_nvkm_subdev_fb_ramgk104.c 997 int best_err = target_khz, p_ref, n_ref; local in function:gk104_pll_calc_hiclk
1007 for (n_ref = 0x25; n_ref <= 0x2b; ++n_ref) {
1010 cur_clk = gk104_calc_pll_output(0, 1, n_ref, p_ref, crystal);
1019 *N1 = n_ref;
1030 *N1 = n_ref;
nouveau_nvkm_subdev_fb_ramgk104.c 997 int best_err = target_khz, p_ref, n_ref; local in function:gk104_pll_calc_hiclk
1007 for (n_ref = 0x25; n_ref <= 0x2b; ++n_ref) {
1010 cur_clk = gk104_calc_pll_output(0, 1, n_ref, p_ref, crystal);
1019 *N1 = n_ref;
1030 *N1 = n_ref;

Completed in 22 milliseconds