Searched defs:dbytes (Results 1 - 1 of 1) sorted by relevance

/drivers/video/fbdev/
H A Ds3fb.c616 u32 value, mode, hmul, offset_value, screen_size, multiplex, dbytes; local
747 dbytes = info->var.xres * ((bpp+7)/8);
748 vga_wcrt(par->state.vgabase, 0x91, (dbytes + 7) / 8);
749 vga_wcrt(par->state.vgabase, 0x90, (((dbytes + 7) / 8) >> 8) | 0x80);

Completed in 341 milliseconds