Searched refs:new_pll (Results 1 – 4 of 4) sorted by relevance
126 struct gk20a_pll new_pll; member472 GK20A_CLK_GPC_MDIV, &clk->new_pll); in gm20b_clk_calc()610 pll_safe = clk->new_pll; in gm20b_clk_prog()632 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()
4672 const struct intel_shared_dpll *new_pll) in has_alt_port_dpll() argument4674 return old_pll && new_pll && old_pll != new_pll && in has_alt_port_dpll()4675 (old_pll->info->is_alt_port_dpll || new_pll->info->is_alt_port_dpll); in has_alt_port_dpll()