Searched refs:v_margin (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 Dfbcvt.c52 u32 v_margin; member in struct:fb_cvt_data
79 den = 2 * (cvt->yres/cvt->interlace + 2 * cvt->v_margin);
82 den = 2 * (cvt->yres/cvt->interlace + cvt->v_margin * 2
165 vtotal += 2 * cvt->v_margin + cvt->interlace/2 + fb_cvt_vbi_lines(cvt);
355 cvt.v_margin = ((cvt.yres/cvt.interlace)* 18)/1000;
371 cvt.v_back_porch = 3 + cvt.v_margin;

Completed in 19 milliseconds