Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcvt.c18 #define FB_CVT_CELLSIZE 8 macro
120 hblank &= ~((2 * FB_CVT_CELLSIZE) - 1); in fb_cvt_hblank()
132 hsync = (FB_CVT_CELLSIZE * cvt->htotal)/100; in fb_cvt_hsync()
134 hsync &= ~(FB_CVT_CELLSIZE - 1); in fb_cvt_hsync()
327 cvt.xres &= ~(FB_CVT_CELLSIZE - 1); in fb_find_mode_cvt()
344 cvt.h_margin &= ~(FB_CVT_CELLSIZE - 1); in fb_find_mode_cvt()