Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dcfb_console.c191 #define CONSOLE_COLS (VIDEO_COLS / VIDEO_FONT_WIDTH) macro
586 if (begin == 0 && (end + 1) == CONSOLE_COLS) { in console_clear_line()
634 console_clear_line(CONSOLE_ROWS - i, 0, CONSOLE_COLS - 1); in console_scrollup()
645 console_col = CONSOLE_COLS - 1; in console_back()
677 if (console_col >= CONSOLE_COLS) in console_cursor_fix()
678 console_col = CONSOLE_COLS - 1; in console_cursor_fix()
779 if (console_col >= CONSOLE_COLS) in parse_putc()
796 if (console_col >= CONSOLE_COLS) { in parse_putc()
979 CONSOLE_COLS-1); in cfb_video_putc()
985 0, CONSOLE_COLS-1); in cfb_video_putc()
[all …]