Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dcfb_console.c190 #define CONSOLE_COLS (VIDEO_COLS / VIDEO_FONT_WIDTH) macro
585 if (begin == 0 && (end + 1) == CONSOLE_COLS) { in console_clear_line()
644 console_col = CONSOLE_COLS - 1; in console_back()
676 if (console_col >= CONSOLE_COLS) in console_cursor_fix()
677 console_col = CONSOLE_COLS - 1; in console_cursor_fix()
778 if (console_col >= CONSOLE_COLS) in parse_putc()
795 if (console_col >= CONSOLE_COLS) { in parse_putc()
978 CONSOLE_COLS-1); in cfb_video_putc()
984 0, CONSOLE_COLS-1); in cfb_video_putc()
2190 console_col = min(col, CONSOLE_COLS - 1); in video_position_cursor()
[all …]