Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/fbdev/
Ds3c-fb.c871 unsigned int start_boff, end_boff; in s3c_fb_pan_display() local
876 start_boff = var->yoffset * info->fix.line_length; in s3c_fb_pan_display()
879 start_boff += var->xoffset * (info->var.bits_per_pixel >> 3); in s3c_fb_pan_display()
883 start_boff += var->xoffset >> 1; in s3c_fb_pan_display()
886 start_boff += var->xoffset >> 2; in s3c_fb_pan_display()
889 start_boff += var->xoffset >> 3; in s3c_fb_pan_display()
898 end_boff = start_boff + info->var.yres * info->fix.line_length; in s3c_fb_pan_display()
904 writel(info->fix.smem_start + start_boff, buf + sfb->variant.buf_start); in s3c_fb_pan_display()