Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/compulab/common/
H A Domap3_display.c53 .lcd_size = PANEL_LCD_SIZE(640, 480),
65 .lcd_size = PANEL_LCD_SIZE(800, 600),
77 .lcd_size = PANEL_LCD_SIZE(1024, 768),
89 .lcd_size = PANEL_LCD_SIZE(1152, 864),
101 .lcd_size = PANEL_LCD_SIZE(1280, 960),
113 .lcd_size = PANEL_LCD_SIZE(1280, 1024),
125 .lcd_size = PANEL_LCD_SIZE(480, 800),
144 panel_cfg.lcd_size = PANEL_LCD_SIZE(x, y); in set_resolution_params()
/OK3568_Linux_fs/u-boot/board/htkw/mcx/
H A Dmcx.c121 .lcd_size = PANEL_LCD_SIZE(800, 480),
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap3/
H A Ddss.h225 #define PANEL_LCD_SIZE(xres, yres) ((yres - 1) << 16 | (xres - 1)) macro