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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dcontrolfb.h56 struct preg hperiod; /* horiz period - 2 */ member in struct:control_regs
89 unsigned hperiod; /* horiz period - 2 */ member in struct:control_regints
H A Dfbcvt.c40 u32 hperiod; member in struct:fb_cvt_data
71 /* returns hperiod * 1000 */
95 u32 h_period_est = cvt->hperiod;
142 vbi_lines = (1000 * FB_CVT_RB_MIN_VBLANK)/cvt->hperiod + 1;
147 vbi_lines = (FB_CVT_MIN_VSYNC_BP * 1000)/cvt->hperiod + 1 +
178 pixclock = (cvt->htotal * 1000000)/cvt->hperiod;
360 cvt.hperiod = fb_cvt_hperiod(&cvt);
H A Dcontrolfb.c841 unsigned hperiod, hssync, hsblank, hesync, heblank, piped, heq, hlfln, local
921 hperiod = ((var->left_margin + par->xres + var->right_margin
923 hssync = hperiod + 1;
929 hlfln = (hperiod+2) >> 1;
948 r->regs[8] = hperiod;
1020 var->hsync_len = (rv->hperiod + 2 - rv->hssync + rv->hesync) << 1;

Completed in 109 milliseconds