Searched refs:ytot (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.c877 int ytot = var->yres + var->upper_margin + var->lower_margin + local
880 return (1000000000 / var->pixclock * 1000 + 500) / xtot / ytot;
890 int xtot, ytot; local
931 ytot = var->yres + var->upper_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
2182 ytot = timings->y_res + timings->vfp + timings->vsw + timings->vbp;
2185 vt = (timings->pixel_clock * 1000) / xtot / ytot;

Completed in 134 milliseconds