Lines Matching refs:log2P
119 u32 clk, int *N1, int *M1, int *N2, int *M2, int *log2P) in nv40_calc_pll() argument
149 *log2P = coef.log2P; in nv40_calc_pll()
158 int N1, N2, M1, M2, log2P; in nv40_pm_clocks_pre() local
167 &N1, &M1, &N2, &M2, &log2P); in nv40_pm_clocks_pre()
172 info->npll_ctrl = 0x80000100 | (log2P << 16); in nv40_pm_clocks_pre()
175 info->npll_ctrl = 0xc0000000 | (log2P << 16); in nv40_pm_clocks_pre()
182 &N1, &M1, NULL, NULL, &log2P); in nv40_pm_clocks_pre()
186 info->spll = 0xc0000000 | (log2P << 16) | (N1 << 8) | M1; in nv40_pm_clocks_pre()
200 &N1, &M1, &N2, &M2, &log2P); in nv40_pm_clocks_pre()
204 info->mpll_ctrl = 0x80000000 | (log2P << 16); in nv40_pm_clocks_pre()
205 info->mpll_ctrl |= min2(pll.bias_p + log2P, pll.max_p) << 20; in nv40_pm_clocks_pre()