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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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 = (period_ps + postdiv - 1) / postdiv;
249 n = intf * postdiv / period_ps;
253 t -= period_ps;

Completed in 28 milliseconds