Searched refs:v_rowscanbytes (Results 1 – 2 of 2) sorted by relevance
98 unsigned int v_rowscanbytes; /* Actualy number of bytes used for display per row*/ member
1338 rowline = vinfo.v_rowscanbytes >> 2; in vc_clear_screen()1743 rowscanline = vinfo.v_rowscanbytes >> 2; in vc_scroll_down()1757 (from - (vinfo.v_rowscanbytes >> 2)), in vc_scroll_down()1777 rowscanline = vinfo.v_rowscanbytes >> 2; in vc_scroll_up()1790 (from + (vinfo.v_rowscanbytes >> 2)), in vc_scroll_up()2810 vinfo.v_rowscanbytes = ((vinfo.v_depth + 7) / 8) * vinfo.v_width; in vc_initialize()