Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dcfb_console.c191 #define CONSOLE_ROW_SIZE (VIDEO_FONT_HEIGHT * VIDEO_LINE_LEN) macro
193 #define CONSOLE_ROW_SECOND (video_console_address + CONSOLE_ROW_SIZE)
194 #define CONSOLE_ROW_LAST (video_console_address + CONSOLE_SIZE - CONSOLE_ROW_SIZE)
195 #define CONSOLE_SIZE (CONSOLE_ROW_SIZE * CONSOLE_ROWS)
587 CONSOLE_ROW_SIZE * line, /* offset of row */ in console_clear_line()
588 CONSOLE_ROW_SIZE >> 2, /* length of row */ in console_clear_line()
596 CONSOLE_ROW_SIZE * line + /* offset of row */ in console_clear_line()
628 memcpyl(CONSOLE_ROW_FIRST, CONSOLE_ROW_FIRST + rows * CONSOLE_ROW_SIZE, in console_scrollup()
629 (CONSOLE_SIZE - CONSOLE_ROW_SIZE * rows) >> 2); in console_scrollup()