Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dlcd_console_rotation.c166 if (pcons->lcdrot == 1 || pcons->lcdrot == 3) in console_calc_rowcol_rot()
174 if (pcons->lcdrot == 0) { in lcd_init_console_rot()
176 } else if (pcons->lcdrot == 1) { in lcd_init_console_rot()
180 } else if (pcons->lcdrot == 2) { in lcd_init_console_rot()
184 } else if (pcons->lcdrot == 3) { in lcd_init_console_rot()
190 __func__, pcons->lcdrot); in lcd_init_console_rot()
H A Dlcd_console.c145 cons.lcdrot = vl_rot; in lcd_init_console()
/openbmc/u-boot/include/
H A Dlcd_console.h12 u32 lcdsizex, lcdsizey, lcdrot; member