Lines Matching refs:postdiv2_val
352 u32 *postdiv2_val,
358 *postdiv2_val = 1;
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,
392 val |= postdiv2_val << clk->postdiv2_shift;
411 u32 postdiv1_val, postdiv2_val;
428 postdiv2_val = val;
445 do_div(rate, postdiv1_val * postdiv2_val);