Lines Matching refs:postdiv1_val
351 static void hi3559av100_calc_pll(u32 *frac_val, u32 *postdiv1_val,
357 *postdiv1_val = 2;
360 rate = rate * ((*postdiv1_val) * (*postdiv2_val));
377 u32 frac_val, postdiv1_val, postdiv2_val, fbdiv_val, refdiv_val;
380 postdiv1_val = postdiv2_val = 0;
382 hi3559av100_calc_pll(&frac_val, &postdiv1_val, &postdiv2_val,
391 val |= postdiv1_val << clk->postdiv1_shift;
411 u32 postdiv1_val, postdiv2_val;
423 postdiv1_val = val;
445 do_div(rate, postdiv1_val * postdiv2_val);