Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clk/
Dclk-aspeed.h81 struct clk_hw *(*calc_pll)(const char *name, u32 val); member
Dclk-aspeed.c174 .calc_pll = aspeed_ast2500_calc_pll,
181 .calc_pll = aspeed_ast2400_calc_pll,
438 hw = soc_data->calc_pll("mpll", val); in aspeed_clk_probe()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dmcp77.c162 calc_pll(struct mcp77_clk *clk, u32 reg, in calc_pll() function
216 clock = calc_pll(clk, 0x4028, (core << 1), &N, &M, &P1); in mcp77_clk_calc()
242 clock = calc_pll(clk, 0x4020, shader, &N, &M, &P1); in mcp77_clk_calc()
Dnv50.c326 calc_pll(struct nv50_clk *clk, u32 reg, u32 idx, int *N, int *M, int *P) in calc_pll() function
460 freq = calc_pll(clk, 0x4028, core, &N, &M, &P1); in nv50_clk_calc()
478 freq = calc_pll(clk, 0x4020, shader, &N, &M, &P1); in nv50_clk_calc()
Dgf100.c250 calc_pll(struct gf100_clk *clk, int idx, u32 freq, u32 *coef) in calc_pll() function
292 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-5.19.10/drivers/video/fbdev/
Dgxt4500.c236 static int calc_pll(int period_ps, struct gxt4500_par *par) in calc_pll() function
293 if (calc_pll(var->pixclock, par) < 0) in gxt4500_var_to_par()
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dce/
Ddce_clock_source.h240 struct calc_pll_clock_source calc_pll; member
Ddce_clock_source.c529 &clk_src->calc_pll, in dce110_get_pix_clk_dividers_helper()
1622 &clk_src->calc_pll, in dce110_clk_src_construct()