Searched defs:xtot (Results 1 - 2 of 2) sorted by relevance

/drivers/video/intelfb/
H A Dintelfbdrv.c959 int xtot = var->xres + var->left_margin + var->right_margin + local
964 return (1000000000 / var->pixclock * 1000 + 500) / xtot / ytot;
974 int xtot, ytot; local
1013 xtot = var->xres + var->left_margin +
1017 var->pixclock = 10000000 / xtot * 1000 / ytot * 100 / 60;
/drivers/video/omap2/dss/
H A Ddispc.c2347 unsigned xtot, ytot; local
2361 xtot = timings->x_res + timings->hfp + timings->hsw + timings->hbp;
2364 ht = (timings->pixel_clock * 1000) / xtot;
2365 vt = (timings->pixel_clock * 1000) / xtot / ytot;

Completed in 80 milliseconds