xsub             1384 drivers/video/fbdev/sh_mobile_lcdcfb.c 		unsigned int xsub = ovl->format->bpp < 24 ? 2 : 1;
xsub             1388 drivers/video/fbdev/sh_mobile_lcdcfb.c 		c_offset = var->yoffset / ysub * ovl->xres_virtual * 2 / xsub
xsub             1389 drivers/video/fbdev/sh_mobile_lcdcfb.c 			 + var->xoffset * 2 / xsub;
xsub             1698 drivers/video/fbdev/sh_mobile_lcdcfb.c 		unsigned int xsub = ch->format->bpp < 24 ? 2 : 1;
xsub             1702 drivers/video/fbdev/sh_mobile_lcdcfb.c 		c_offset = var->yoffset / ysub * ch->xres_virtual * 2 / xsub
xsub             1703 drivers/video/fbdev/sh_mobile_lcdcfb.c 			 + var->xoffset * 2 / xsub;