Searched refs:scrreg_top (Results 1 – 1 of 1) sorted by relevance
1326 vc_clear_screen(unsigned int xx, unsigned int yy, unsigned int scrreg_top, in vc_clear_screen() argument1354 if (yy > scrreg_top) { in vc_clear_screen()1355 p += scrreg_top * linelongs; in vc_clear_screen()1360 p += scrreg_top * linelongs; in vc_clear_screen()1733 vc_scroll_down(int num, unsigned int scrreg_top, unsigned int scrreg_bottom) in vc_scroll_down() argument1749 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() argument1779 to = (uint32_t *) vinfo.v_baseaddr + (scrreg_top * linelongs); in vc_scroll_up()1782 i = (scrreg_bottom - scrreg_top) - num; in vc_scroll_up()