Searched refs:period_ps (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dgxt4500.c228 static int calc_pll(int period_ps, struct gxt4500_par *par) argument
234 if (period_ps < 3333 || period_ps > 200000)
241 pll_period = DIV_ROUND_UP(period_ps, postdiv);
249 n = intf * postdiv / period_ps;
253 t -= period_ps;

Completed in 98 milliseconds