Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/
Dgxt4500.c235 static int calc_pll(int period_ps, struct gxt4500_par *par) in calc_pll() argument
241 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()