Searched refs:linebytes (Results 1 – 2 of 2) sorted by relevance
532 int linebytes, w, h, depth; in sun3fb_init_fb() local554 linebytes = w * depth / 8; in sun3fb_init_fb()555 type->fb_size = PAGE_ALIGN((linebytes) * h); in sun3fb_init_fb()571 fix->line_length = linebytes; in sun3fb_init_fb()
949 int linebytes, w, h, depth; in sbusfb_init_fb() local987 linebytes = prom_getintdefault(node, "linebytes", w * depth / 8); in sbusfb_init_fb()988 type->fb_size = PAGE_ALIGN((linebytes) * h); in sbusfb_init_fb()1017 fix->line_length = linebytes; in sbusfb_init_fb()