Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dcfb_console.c192 #define CONSOLE_ROW_SIZE (VIDEO_FONT_HEIGHT * VIDEO_LINE_LEN) macro
194 #define CONSOLE_ROW_SECOND (video_console_address + CONSOLE_ROW_SIZE)
195 #define CONSOLE_ROW_LAST (video_console_address + CONSOLE_SIZE - CONSOLE_ROW_SIZE)
196 #define CONSOLE_SIZE (CONSOLE_ROW_SIZE * CONSOLE_ROWS)
588 CONSOLE_ROW_SIZE * line, /* offset of row */ in console_clear_line()
589 CONSOLE_ROW_SIZE >> 2, /* length of row */ in console_clear_line()
597 CONSOLE_ROW_SIZE * line + /* offset of row */ in console_clear_line()
629 memcpyl(CONSOLE_ROW_FIRST, CONSOLE_ROW_FIRST + rows * CONSOLE_ROW_SIZE, in console_scrollup()
630 (CONSOLE_SIZE - CONSOLE_ROW_SIZE * rows) >> 2); in console_scrollup()