Searched refs:scrreg_bottom (Results 1 – 1 of 1) sorted by relevance
1327 unsigned int scrreg_bottom, int which) in vc_clear_screen() argument1347 if (yy < scrreg_bottom - 1) { in vc_clear_screen()1349 endp += scrreg_bottom * linelongs; in vc_clear_screen()1361 if (scrreg_bottom == vinfo.v_rows) { in vc_clear_screen()1364 endp += scrreg_bottom * linelongs; in vc_clear_screen()1733 vc_scroll_down(int num, unsigned int scrreg_top, unsigned int scrreg_bottom) in vc_scroll_down() argument1745 to = (uint32_t *) vinfo.v_baseaddr + (linelongs * scrreg_bottom) in vc_scroll_down()1749 i = (scrreg_bottom - scrreg_top) - num; in vc_scroll_down()1767 vc_scroll_up(int num, unsigned int scrreg_top, unsigned int scrreg_bottom) in vc_scroll_up() argument1782 i = (scrreg_bottom - scrreg_top) - num; in vc_scroll_up()