Searched refs:linelongs (Results 1 – 1 of 1) sorted by relevance
1330 int linelongs, col; in vc_clear_screen() local1337 linelongs = vinfo.v_rowbytes * (ISO_CHAR_HEIGHT >> 2); in vc_clear_screen()1348 p += (yy + 1) * linelongs; in vc_clear_screen()1349 endp += scrreg_bottom * linelongs; in vc_clear_screen()1355 p += scrreg_top * linelongs; in vc_clear_screen()1356 endp += yy * linelongs; in vc_clear_screen()1360 p += scrreg_top * linelongs; in vc_clear_screen()1364 endp += scrreg_bottom * linelongs; in vc_clear_screen()1735 uint32_t *from, *to, linelongs, i, line, rowline, rowscanline; in vc_scroll_down() local1741 linelongs = vinfo.v_rowbytes * (ISO_CHAR_HEIGHT >> 2); in vc_scroll_down()[all …]