Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/console/
H A Dvideo_console.c1327 unsigned int scrreg_bottom, int which) in vc_clear_screen() argument
1347 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() argument
1745 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() argument
1782 i = (scrreg_bottom - scrreg_top) - num; in vc_scroll_up()