Searched refs:calc_pll (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dmcp77.c165 calc_pll(struct mcp77_clk *clk, u32 reg, calc_pll() function
219 clock = calc_pll(clk, 0x4028, (core << 1), &N, &M, &P1); mcp77_clk_calc()
245 clock = calc_pll(clk, 0x4020, shader, &N, &M, &P1); mcp77_clk_calc()
H A Dnv50.c325 calc_pll(struct nv50_clk *clk, u32 reg, u32 idx, int *N, int *M, int *P) calc_pll() function
459 freq = calc_pll(clk, 0x4028, core, &N, &M, &P1); nv50_clk_calc()
477 freq = calc_pll(clk, 0x4020, shader, &N, &M, &P1); nv50_clk_calc()
H A Dgf100.c242 calc_pll(struct gf100_clk *clk, int idx, u32 freq, u32 *coef) calc_pll() function
284 clk1 = calc_pll(clk, idx, freq, &info->coef); calc_clk()
H A Dgk104.c263 calc_pll(struct gk104_clk *clk, int idx, u32 freq, u32 *coef) calc_pll() function
306 clk1 = calc_pll(clk, idx, freq, &info->coef); calc_clk()
/linux-4.4.14/drivers/video/fbdev/
H A Dgxt4500.c235 static int calc_pll(int period_ps, struct gxt4500_par *par) calc_pll() function
292 if (calc_pll(var->pixclock, par) < 0) gxt4500_var_to_par()

Completed in 74 milliseconds