Home
last modified time | relevance | path

Searched refs:new_pll (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dgm20b.c127 struct gk20a_pll new_pll; member
473 GK20A_CLK_GPC_MDIV, &clk->new_pll); in gm20b_clk_calc()
611 pll_safe = clk->new_pll; in gm20b_clk_prog()
633 clk->base.pll = clk->new_pll; in gm20b_clk_prog()
/linux/drivers/media/i2c/
H A Dar0521.c250 u32 new_pll; in calc_pll() local
264 new_pll = div64_round_up(sensor->extclk_freq * (u64)new_mult, in calc_pll()
266 if (new_pll < pll) { in calc_pll()
267 pll = new_pll; in calc_pll()
/linux/drivers/video/fbdev/
H A Dcyber2000fb.c668 u_long new_pll; in cyber2000fb_decode_clock() local
670 new_pll = pll_ps / cfb->divisors[div2]; in cyber2000fb_decode_clock()
671 if (8696 > new_pll && new_pll > 3846) { in cyber2000fb_decode_clock()
672 pll_ps = new_pll; in cyber2000fb_decode_clock()