Searched refs:vl_rot (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/common/ |
H A D | lcd_console.c | 138 void lcd_init_console(void *address, int vl_cols, int vl_rows, int vl_rot) in lcd_init_console() argument 145 cons.lcdrot = vl_rot; in lcd_init_console() 155 cons.cols, cons.rows, cons.lcdsizex, cons.lcdsizey, vl_rot); in lcd_init_console()
|
H A D | lcd.c | 221 panel_info.vl_rot); in lcd_clear() 240 panel_info.vl_row, panel_info.vl_rot); in lcd_clear()
|
/openbmc/u-boot/include/ |
H A D | atmel_lcd.h | 24 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
|
H A D | lcd_console.h | 39 void lcd_init_console(void *address, int vl_cols, int vl_rows, int vl_rot);
|
H A D | exynos_lcd.h | 27 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
|
H A D | pxa_lcd.h | 50 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
|
H A D | lcd.h | 53 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
|
/openbmc/u-boot/board/BuR/common/ |
H A D | common.c | 108 panel_info.vl_rot = env_get_ulong("ds1_rotation", 10, 0); in load_lcdtiming()
|
/openbmc/u-boot/drivers/video/ |
H A D | pxa_lcd.c | 177 .vl_rot = 3,
|
/openbmc/u-boot/drivers/video/exynos/ |
H A D | exynos_fb.c | 48 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
|
/openbmc/u-boot/ |
H A D | README | 1267 initialized with a given rotation from "vl_rot" out of 1269 The value for vl_rot is coded as following (matching to
|