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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/intelfb/
H A Dintelfbdrv.c875 int xtot = var->xres + var->left_margin + var->right_margin + local
880 return (1000000000 / var->pixclock * 1000 + 500) / xtot / ytot;
890 int xtot, ytot; local
929 xtot = var->xres + var->left_margin +
933 var->pixclock = 10000000 / xtot * 1000 / ytot * 100 / 60;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddispc.c2168 unsigned xtot, ytot; local
2181 xtot = timings->x_res + timings->hfp + timings->hsw + timings->hbp;
2184 ht = (timings->pixel_clock * 1000) / xtot;
2185 vt = (timings->pixel_clock * 1000) / xtot / ytot;

Completed in 72 milliseconds