Searched refs:h_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.c51 u32 h_margin; member in struct:fb_cvt_data
353 cvt.h_margin = (cvt.xres * 18)/1000;
354 cvt.h_margin &= ~(FB_CVT_CELLSIZE - 1);
359 cvt.active_pixels = cvt.xres + 2 * cvt.h_margin;
368 cvt.h_back_porch = cvt.hblank/2 + cvt.h_margin;
370 2 * cvt.h_margin;

Completed in 39 milliseconds