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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_gk20a.c 305 struct gk20a_pll cur_pll; local in function:gk20a_pllg_program_mnp
308 gk20a_pllg_read_mnp(clk, &cur_pll);
342 struct gk20a_pll cur_pll; local in function:gk20a_pllg_program_mnp_slide
346 gk20a_pllg_read_mnp(clk, &cur_pll);
349 if (pll->m == cur_pll.m && pll->pl == cur_pll.pl)
353 cur_pll.n = gk20a_pllg_n_lo(clk, &cur_pll);
354 ret = gk20a_pllg_slide(clk, cur_pll.n);
360 cur_pll = *pll
    [all...]
nouveau_nvkm_subdev_clk_gk20a.c 305 struct gk20a_pll cur_pll; local in function:gk20a_pllg_program_mnp
308 gk20a_pllg_read_mnp(clk, &cur_pll);
342 struct gk20a_pll cur_pll; local in function:gk20a_pllg_program_mnp_slide
346 gk20a_pllg_read_mnp(clk, &cur_pll);
349 if (pll->m == cur_pll.m && pll->pl == cur_pll.pl)
353 cur_pll.n = gk20a_pllg_n_lo(clk, &cur_pll);
354 ret = gk20a_pllg_slide(clk, cur_pll.n);
360 cur_pll = *pll
    [all...]
nouveau_nvkm_subdev_clk_gm20b.c 369 struct gm20b_pll cur_pll; local in function:gm20b_pllg_program_mnp
376 gm20b_pllg_read_mnp(clk, &cur_pll);
377 pdiv_only = cur_pll.base.n == n_int && cur_pll.sdm_din == sdm_din &&
378 cur_pll.base.m == pll->m;
394 u32 old = cur_pll.base.pl;
404 cur_pll.base.pl = min(old | BIT(ffs(new) - 1),
406 gk20a_pllg_write_mnp(&clk->base, &cur_pll.base);
409 cur_pll.base.pl = new;
410 gk20a_pllg_write_mnp(&clk->base, &cur_pll.base)
440 struct gk20a_pll cur_pll; local in function:gm20b_pllg_program_mnp_slide
    [all...]
nouveau_nvkm_subdev_clk_gm20b.c 369 struct gm20b_pll cur_pll; local in function:gm20b_pllg_program_mnp
376 gm20b_pllg_read_mnp(clk, &cur_pll);
377 pdiv_only = cur_pll.base.n == n_int && cur_pll.sdm_din == sdm_din &&
378 cur_pll.base.m == pll->m;
394 u32 old = cur_pll.base.pl;
404 cur_pll.base.pl = min(old | BIT(ffs(new) - 1),
406 gk20a_pllg_write_mnp(&clk->base, &cur_pll.base);
409 cur_pll.base.pl = new;
410 gk20a_pllg_write_mnp(&clk->base, &cur_pll.base)
440 struct gk20a_pll cur_pll; local in function:gm20b_pllg_program_mnp_slide
    [all...]

Completed in 54 milliseconds