Searched refs:calc_pll (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/clk/ |
D | clk-aspeed.h | 81 struct clk_hw *(*calc_pll)(const char *name, u32 val); member
|
D | clk-aspeed.c | 174 .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/ |
D | mcp77.c | 162 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()
|
D | nv50.c | 326 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()
|
D | gf100.c | 250 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()
|
D | gk104.c | 263 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/ |
D | gxt4500.c | 236 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/ |
D | dce_clock_source.h | 240 struct calc_pll_clock_source calc_pll; member
|
D | dce_clock_source.c | 529 &clk_src->calc_pll, in dce110_get_pix_clk_dividers_helper() 1622 &clk_src->calc_pll, in dce110_clk_src_construct()
|