Home
last modified time | relevance | path

Searched refs:scrreg_top (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/osfmk/console/
H A Dvideo_console.c1328 vc_clear_screen(unsigned int xx, unsigned int yy, unsigned int scrreg_top, in vc_clear_screen() argument
1356 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() argument
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() argument
1781 to = (uint32_t *) vinfo.v_baseaddr + (scrreg_top * linelongs); in vc_scroll_up()
1784 i = (scrreg_bottom - scrreg_top) - num; in vc_scroll_up()