Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c1383 unsigned int xsub = ovl->format->bpp < 24 ? 2 : 1; in sh_mobile_lcdc_overlay_pan() local
1387 c_offset = var->yoffset / ysub * ovl->xres_virtual * 2 / xsub in sh_mobile_lcdc_overlay_pan()
1388 + var->xoffset * 2 / xsub; in sh_mobile_lcdc_overlay_pan()
1692 unsigned int xsub = ch->format->bpp < 24 ? 2 : 1; in sh_mobile_lcdc_pan() local
1696 c_offset = var->yoffset / ysub * ch->xres_virtual * 2 / xsub in sh_mobile_lcdc_pan()
1697 + var->xoffset * 2 / xsub; in sh_mobile_lcdc_pan()