Searched refs:new_pll (Results 1 – 3 of 3) sorted by relevance
127 struct gk20a_pll new_pll; member473 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()
250 u32 new_pll; in calc_pll() local264 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()
668 u_long new_pll; in cyber2000fb_decode_clock() local670 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()