Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dmcp77.c161 calc_pll(struct mcp77_clk_priv *priv, u32 reg, in calc_pll() function
215 clock = calc_pll(priv, 0x4028, (core << 1), &N, &M, &P1); in mcp77_clk_calc()
241 clock = calc_pll(priv, 0x4020, shader, &N, &M, &P1); in mcp77_clk_calc()
Dnv50.c321 calc_pll(struct nv50_clk_priv *priv, u32 reg, u32 clk, int *N, int *M, int *P) in calc_pll() function
453 freq = calc_pll(priv, 0x4028, core, &N, &M, &P1); in nv50_clk_calc()
471 freq = calc_pll(priv, 0x4020, shader, &N, &M, &P1); in nv50_clk_calc()
Dgf100.c239 calc_pll(struct gf100_clk_priv *priv, int clk, u32 freq, u32 *coef) in calc_pll() function
281 clk1 = calc_pll(priv, clk, freq, &info->coef); in calc_clk()
Dgk104.c257 calc_pll(struct gk104_clk_priv *priv, int clk, u32 freq, u32 *coef) in calc_pll() function
299 clk1 = calc_pll(priv, clk, freq, &info->coef); in calc_clk()
/linux-4.1.27/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()