Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/clk/
A Dclk-aspeed.h81 struct clk_hw *(*calc_pll)(const char *name, u32 val); member
A 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-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
A 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()
A 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()
A 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()
A 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-6.3-rc2/drivers/video/fbdev/
A Dgxt4500.c237 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 Ddce_clock_source.h258 struct calc_pll_clock_source calc_pll; member
A Ddce_clock_source.c527 &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 Dar0521.c246 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 25 milliseconds