Searched refs:scrreg_bottom (Results 1 – 1 of 1) sorted by relevance
1329 unsigned int scrreg_bottom, int which) in vc_clear_screen() argument1349 if (yy < scrreg_bottom - 1) { in vc_clear_screen()1351 endp += scrreg_bottom * linelongs; in vc_clear_screen()1363 if (scrreg_bottom == vinfo.v_rows) { in vc_clear_screen()1366 endp += scrreg_bottom * linelongs; in vc_clear_screen()1735 vc_scroll_down(int num, unsigned int scrreg_top, unsigned int scrreg_bottom) in vc_scroll_down() argument1747 to = (uint32_t *) vinfo.v_baseaddr + (linelongs * scrreg_bottom) in vc_scroll_down()1751 i = (scrreg_bottom - scrreg_top) - num; in vc_scroll_down()1769 vc_scroll_up(int num, unsigned int scrreg_top, unsigned int scrreg_bottom) in vc_scroll_up() argument1784 i = (scrreg_bottom - scrreg_top) - num; in vc_scroll_up()