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

/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c1377 vc_clear_screen(unsigned int xx, unsigned int yy, unsigned int scrreg_top, argument
1404 if (yy > scrreg_top) {
1405 p += scrreg_top * linelongs;
1410 p += scrreg_top * linelongs;
1758 vc_scroll_down(int num, unsigned int scrreg_top, unsigned int scrreg_bottom) argument
1773 i = (scrreg_bottom - scrreg_top) - num;
1791 vc_scroll_up(int num, unsigned int scrreg_top, unsigned int scrreg_bottom) argument
1802 to = (uint32_t *) vinfo.v_baseaddr + (scrreg_top * linelongs);
1805 i = (scrreg_bottom - scrreg_top) - num;

Completed in 18 milliseconds