Lines Matching refs:linebytes
184 static void bw2_init_fix(struct fb_info *info, int linebytes)
191 info->fix.line_length = linebytes;
232 int *linebytes)
245 *linebytes = 1600 / 8;
282 int linebytes, err;
297 linebytes = of_getintprop_default(dp, "linebytes",
311 err = bw2_do_default_mode(par, info, &linebytes);
316 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres);
329 bw2_init_fix(info, linebytes);