start_boff        870 drivers/video/fbdev/s3c-fb.c 	unsigned int start_boff, end_boff;
start_boff        875 drivers/video/fbdev/s3c-fb.c 	start_boff = var->yoffset * info->fix.line_length;
start_boff        878 drivers/video/fbdev/s3c-fb.c 		start_boff += var->xoffset * (info->var.bits_per_pixel >> 3);
start_boff        882 drivers/video/fbdev/s3c-fb.c 			start_boff += var->xoffset >> 1;
start_boff        885 drivers/video/fbdev/s3c-fb.c 			start_boff += var->xoffset >> 2;
start_boff        888 drivers/video/fbdev/s3c-fb.c 			start_boff += var->xoffset >> 3;
start_boff        897 drivers/video/fbdev/s3c-fb.c 	end_boff = start_boff + info->var.yres * info->fix.line_length;
start_boff        903 drivers/video/fbdev/s3c-fb.c 	writel(info->fix.smem_start + start_boff, buf + sfb->variant.buf_start);