Searched refs:linelongs (Results 1 – 1 of 1) sorted by relevance
1332 int linelongs, col; in vc_clear_screen() local1339 linelongs = vinfo.v_rowbytes * (ISO_CHAR_HEIGHT >> 2); in vc_clear_screen()1350 p += (yy + 1) * linelongs; in vc_clear_screen()1351 endp += scrreg_bottom * linelongs; in vc_clear_screen()1357 p += scrreg_top * linelongs; in vc_clear_screen()1358 endp += yy * linelongs; in vc_clear_screen()1362 p += scrreg_top * linelongs; in vc_clear_screen()1366 endp += scrreg_bottom * linelongs; in vc_clear_screen()1737 uint32_t *from, *to, linelongs, i, line, rowline, rowscanline; in vc_scroll_down() local1743 linelongs = vinfo.v_rowbytes * (ISO_CHAR_HEIGHT >> 2); in vc_scroll_down()[all …]