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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dfbcvt.c18 #define FB_CVT_CELLSIZE 8 macro
120 hblank &= ~((2 * FB_CVT_CELLSIZE) - 1);
132 hsync = (FB_CVT_CELLSIZE * cvt->htotal)/100;
134 hsync &= ~(FB_CVT_CELLSIZE - 1);
338 cvt.xres &= ~(FB_CVT_CELLSIZE - 1);
355 cvt.h_margin &= ~(FB_CVT_CELLSIZE - 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dfbcvt.c18 #define FB_CVT_CELLSIZE 8 macro
120 hblank &= ~((2 * FB_CVT_CELLSIZE) - 1);
132 hsync = (FB_CVT_CELLSIZE * cvt->htotal)/100;
134 hsync &= ~(FB_CVT_CELLSIZE - 1);
338 cvt.xres &= ~(FB_CVT_CELLSIZE - 1);
355 cvt.h_margin &= ~(FB_CVT_CELLSIZE - 1);

Completed in 156 milliseconds