Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dcfb_console.c192 #define CONSOLE_ROW_FIRST (video_console_address) macro
586 memsetl(CONSOLE_ROW_FIRST + in console_clear_line()
595 offset = CONSOLE_ROW_FIRST + in console_clear_line()
628 memcpyl(CONSOLE_ROW_FIRST, CONSOLE_ROW_FIRST + rows * CONSOLE_ROW_SIZE, in console_scrollup()
664 memsetl(CONSOLE_ROW_FIRST, CONSOLE_SIZE, bgx); in console_clear()