Home
last modified time | relevance | path

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

/u-boot/common/
A Dlcd_console.c23 cons.curr_col = col; in lcd_set_col()
95 if (--cons.curr_col < 0) { in console_back()
96 cons.curr_col = cons.cols - 1; in console_back()
102 cons.curr_col * VIDEO_FONT_WIDTH, in console_back()
112 cons.curr_col = 0; in console_newline()
171 cons.curr_col = 0; in lcd_putc()
178 cons.curr_col += 8; in lcd_putc()
179 cons.curr_col &= ~7; in lcd_putc()
181 if (cons.curr_col >= cons.cols) in lcd_putc()
191 cons.curr_col * VIDEO_FONT_WIDTH, in lcd_putc()
[all …]
/u-boot/include/
A Dlcd_console.h9 short curr_col, curr_row; member

Completed in 6 milliseconds