Searched refs:scrreg_top (Results 1 – 1 of 1) sorted by relevance
1328 vc_clear_screen(unsigned int xx, unsigned int yy, unsigned int scrreg_top, in vc_clear_screen() argument1356 if (yy > scrreg_top) { in vc_clear_screen()1357 p += scrreg_top * linelongs; in vc_clear_screen()1362 p += scrreg_top * linelongs; in vc_clear_screen()1735 vc_scroll_down(int num, unsigned int scrreg_top, unsigned int scrreg_bottom) in vc_scroll_down() argument1751 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() argument1781 to = (uint32_t *) vinfo.v_baseaddr + (scrreg_top * linelongs); in vc_scroll_up()1784 i = (scrreg_bottom - scrreg_top) - num; in vc_scroll_up()