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 D | mcp77.c | 165 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 D | nv50.c | 325 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 D | gf100.c | 242 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 D | gk104.c | 263 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 D | gxt4500.c | 235 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 182 milliseconds