Searched defs:xsub (Results 1 - 1 of 1) sorted by relevance

/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c1520 unsigned int xsub = ovl->format->bpp < 24 ? 2 : 1; local
1524 c_offset = var->yoffset / ysub * ovl->xres_virtual * 2 / xsub
1525 + var->xoffset * 2 / xsub;
1835 unsigned int xsub = ch->format->bpp < 24 ? 2 : 1; local
1839 c_offset = var->yoffset / ysub * ch->xres_virtual * 2 / xsub
1840 + var->xoffset * 2 / xsub;

Completed in 76 milliseconds