Searched refs:period_ps (Results 1 – 1 of 1) sorted by relevance
235 static int calc_pll(int period_ps, struct gxt4500_par *par) in calc_pll() argument241 if (period_ps < 3333 || period_ps > 200000) in calc_pll()248 pll_period = DIV_ROUND_UP(period_ps, postdiv); in calc_pll()256 n = intf * postdiv / period_ps; in calc_pll()260 t -= period_ps; in calc_pll()