Searched refs:lcd_size (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/board/compulab/common/ |
H A D | omap3_display.c | 50 .lcd_size = PANEL_LCD_SIZE(640, 480), 62 .lcd_size = PANEL_LCD_SIZE(800, 600), 74 .lcd_size = PANEL_LCD_SIZE(1024, 768), 86 .lcd_size = PANEL_LCD_SIZE(1152, 864), 98 .lcd_size = PANEL_LCD_SIZE(1280, 960), 110 .lcd_size = PANEL_LCD_SIZE(1280, 1024), 122 .lcd_size = PANEL_LCD_SIZE(480, 800), 141 panel_cfg.lcd_size = PANEL_LCD_SIZE(x, y); in set_resolution_params()
|
/openbmc/u-boot/drivers/video/ |
H A D | omap3_dss.c | 114 writel(panel_cfg->lcd_size, &dispc->size_lcd); in omap3_dss_panel_config() 127 writel(panel_cfg->lcd_size, &dispc->gfx_size); in omap3_dss_panel_config()
|
/openbmc/u-boot/board/htkw/mcx/ |
H A D | mcx.c | 120 .lcd_size = PANEL_LCD_SIZE(800, 480),
|
/openbmc/u-boot/board/teejet/mt_ventoux/ |
H A D | mt_ventoux.c | 325 panel->lcd_size = (panel_resolution[index].yres - 1) << 16 | in board_video_init()
|
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/ |
H A D | dss.h | 207 u32 lcd_size; member
|
/openbmc/u-boot/board/ti/beagle/ |
H A D | beagle.h | 525 .lcd_size = 0x02ff03ff, /* 1024x768 */ 538 .lcd_size = 0x02ff03ff, /* 1024x768 */
|