Searched refs:FB_CVT_CELLSIZE (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.c17 #define FB_CVT_CELLSIZE 8 macro
119 hblank &= ~((2 * FB_CVT_CELLSIZE) - 1);
131 hsync = (FB_CVT_CELLSIZE * cvt->htotal)/100;
133 hsync &= ~(FB_CVT_CELLSIZE - 1);
337 cvt.xres &= ~(FB_CVT_CELLSIZE - 1);
354 cvt.h_margin &= ~(FB_CVT_CELLSIZE - 1);

Completed in 45 milliseconds