Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Dgxt4500.c237 static int calc_pll(int period_ps, struct gxt4500_par *par) in calc_pll() argument
243 if (period_ps < 3333 || period_ps > 200000) in calc_pll()
250 pll_period = DIV_ROUND_UP(period_ps, postdiv); in calc_pll()
258 n = intf * postdiv / period_ps; in calc_pll()
262 t -= period_ps; in calc_pll()
/linux/drivers/comedi/drivers/
H A Dni_tio.c179 u64 *period_ps) in ni_tio_clock_period_ps() argument
201 *period_ps = counter->clock_period_ps; in ni_tio_clock_period_ps()
217 *period_ps = clock_period_ps; in ni_tio_clock_period_ps()