Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/
Ds3c-fb.c873 unsigned int start_boff, end_boff; in s3c_fb_pan_display() local
878 start_boff = var->yoffset * info->fix.line_length; in s3c_fb_pan_display()
881 start_boff += var->xoffset * (info->var.bits_per_pixel >> 3); in s3c_fb_pan_display()
885 start_boff += var->xoffset >> 1; in s3c_fb_pan_display()
888 start_boff += var->xoffset >> 2; in s3c_fb_pan_display()
891 start_boff += var->xoffset >> 3; in s3c_fb_pan_display()
900 end_boff = start_boff + info->var.yres * info->fix.line_length; in s3c_fb_pan_display()
906 writel(info->fix.smem_start + start_boff, buf + sfb->variant.buf_start); in s3c_fb_pan_display()