Home
last modified time | relevance | path

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

/u-boot/common/
A Dlcd_console.c141 void lcd_init_console(void *address, int vl_cols, int vl_rows, int vl_rot) in lcd_init_console() argument
148 cons.lcdrot = vl_rot; in lcd_init_console()
158 cons.cols, cons.rows, cons.lcdsizex, cons.lcdsizey, vl_rot); in lcd_init_console()
A Dlcd.c225 panel_info.vl_rot); in lcd_clear()
240 panel_info.vl_row, panel_info.vl_rot); in lcd_clear()
/u-boot/include/
A Datmel_lcd.h24 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
A Dlcd_console.h39 void lcd_init_console(void *address, int vl_cols, int vl_rows, int vl_rot);
A Dexynos_lcd.h27 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
A Dpxa_lcd.h50 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
A Dlcd.h54 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
/u-boot/board/BuR/common/
A Dcommon.c106 panel_info.vl_rot = env_get_ulong("ds1_rotation", 10, 0); in load_lcdtiming()
/u-boot/drivers/video/
A Dpxa_lcd.c178 .vl_rot = 3,
/u-boot/drivers/video/exynos/
A Dexynos_fb.c50 ushort vl_rot; /* Rotation of Display (0, 1, 2, 3) */ member
/u-boot/
A DREADME1229 initialized with a given rotation from "vl_rot" out of
1231 The value for vl_rot is coded as following (matching to

Completed in 23 milliseconds