Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dsun3fb.c532 int linebytes, w, h, depth; in sun3fb_init_fb() local
554 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()
Dsbusfb.c949 int linebytes, w, h, depth; in sbusfb_init_fb() local
987 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()