Searched refs:calc_pll (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/clk/ |
A D | clk-aspeed.h | 81 struct clk_hw *(*calc_pll)(const char *name, u32 val); member
|
A 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-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
A 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()
|
A 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()
|
A 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()
|
A 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-6.3-rc2/drivers/video/fbdev/ |
A D | gxt4500.c | 237 static int calc_pll(int period_ps, struct gxt4500_par *par) in calc_pll() function 294 if (calc_pll(var->pixclock, par) < 0) in gxt4500_var_to_par()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce/ |
A D | dce_clock_source.h | 258 struct calc_pll_clock_source calc_pll; member
|
A D | dce_clock_source.c | 527 &clk_src->calc_pll, in dce110_get_pix_clk_dividers_helper() 1655 &clk_src->calc_pll, in dce110_clk_src_construct()
|
/linux-6.3-rc2/drivers/media/i2c/ |
A D | ar0521.c | 246 static u32 calc_pll(struct ar0521_dev *sensor, u32 freq, u16 *pre_ptr, u16 *mult_ptr) in calc_pll() function 339 calc_pll(sensor, vco, &pre, &mult); in ar0521_calc_pll()
|
Completed in 24 milliseconds