Home
last modified time | relevance | path

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

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