Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dlcd_console_rotation.c167 if (pcons->lcdrot == 1 || pcons->lcdrot == 3) in console_calc_rowcol_rot()
175 if (pcons->lcdrot == 0) { in lcd_init_console_rot()
177 } else if (pcons->lcdrot == 1) { in lcd_init_console_rot()
181 } else if (pcons->lcdrot == 2) { in lcd_init_console_rot()
185 } else if (pcons->lcdrot == 3) { in lcd_init_console_rot()
191 __func__, pcons->lcdrot); in lcd_init_console_rot()
H A Dlcd_console.c146 cons.lcdrot = vl_rot; in lcd_init_console()
/OK3568_Linux_fs/u-boot/include/
H A Dlcd_console.h13 u32 lcdsizex, lcdsizey, lcdrot; member