Searched refs:PANEL_LCD_SIZE (Results 1 – 2 of 2) sorted by relevance
/u-boot/board/compulab/common/ |
A D | omap3_display.c | 51 .lcd_size = PANEL_LCD_SIZE(640, 480), 63 .lcd_size = PANEL_LCD_SIZE(800, 600), 75 .lcd_size = PANEL_LCD_SIZE(1024, 768), 87 .lcd_size = PANEL_LCD_SIZE(1152, 864), 99 .lcd_size = PANEL_LCD_SIZE(1280, 960), 111 .lcd_size = PANEL_LCD_SIZE(1280, 1024), 123 .lcd_size = PANEL_LCD_SIZE(480, 800), 142 panel_cfg.lcd_size = PANEL_LCD_SIZE(x, y); in set_resolution_params()
|
/u-boot/arch/arm/include/asm/arch-omap3/ |
A D | dss.h | 225 #define PANEL_LCD_SIZE(xres, yres) ((yres - 1) << 16 | (xres - 1)) macro
|
Completed in 4 milliseconds