Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/console/
H A Dvideo_console.c1329 unsigned int scrreg_bottom, int which) in vc_clear_screen() argument
1349 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() argument
1747 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() argument
1784 i = (scrreg_bottom - scrreg_top) - num; in vc_scroll_up()