Home
last modified time | relevance | path

Searched refs:LCD_MAX_LOG2_BPP (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dmvebu_lcd.c80 LCD_MAX_LOG2_BPP = VIDEO_BPP16, enumerator
577 (1 << LCD_MAX_LOG2_BPP) / 8; in mvebu_video_bind()
H A Dtegra.c41 LCD_MAX_LOG2_BPP = VIDEO_BPP16, enumerator
403 (1 << LCD_MAX_LOG2_BPP) / 8; in tegra_lcd_bind()
H A Datmel_hlcdfb.c249 LCD_MAX_LOG2_BPP = VIDEO_BPP16, enumerator
540 (1 << LCD_MAX_LOG2_BPP) / 8; in atmel_hlcdc_bind()
H A Datmel_lcdfb.c27 LCD_MAX_LOG2_BPP = VIDEO_BPP16, enumerator
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_de2.c30 LCD_MAX_LOG2_BPP = VIDEO_BPP32, enumerator
302 (1 << LCD_MAX_LOG2_BPP) / 8; in sunxi_de2_bind()
/openbmc/u-boot/drivers/video/tegra124/
H A Ddisplay.c422 LCD_MAX_LOG2_BPP = 4, /* 2^4 = 16 bpp */ enumerator