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
1340 rowline = vinfo.v_rowscanbytes >> 2; in vc_clear_screen()1745 rowscanline = vinfo.v_rowscanbytes >> 2; in vc_scroll_down()1759 (from - (vinfo.v_rowscanbytes >> 2)), in vc_scroll_down()1779 rowscanline = vinfo.v_rowscanbytes >> 2; in vc_scroll_up()1792 (from + (vinfo.v_rowscanbytes >> 2)), in vc_scroll_up()2782 vinfo.v_rowscanbytes = ((vinfo.v_depth + 7) / 8) * vinfo.v_width; in vc_initialize()