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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dfbmon.c691 int num_modes, i, hz, hscan, pixclock; local
715 hscan = (pixclock + htotal / 2) / htotal;
716 hscan = (hscan + 500) / 1000 * 1000;
717 hz = (hscan + vtotal / 2) / vtotal;
725 if (specs->hfmax == 0 || specs->hfmax < hscan)
726 specs->hfmax = hscan;
728 if (specs->hfmin == 0 || specs->hfmin > hscan)
729 specs->hfmin = hscan;
1149 * 2 - hscan
[all...]

Completed in 38 milliseconds