Home
last modified time | relevance | path

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

/u-boot/drivers/video/
A Dmvebu_lcd.c84 LCD_MAX_LOG2_BPP = VIDEO_BPP16, enumerator
581 (1 << LCD_MAX_LOG2_BPP) / 8; in mvebu_video_bind()
A Datmel_hlcdfb.c30 LCD_MAX_LOG2_BPP = VIDEO_BPP16, enumerator
321 (1 << LCD_MAX_LOG2_BPP) / 8; in atmel_hlcdc_bind()
A Datmel_lcdfb.c29 LCD_MAX_LOG2_BPP = VIDEO_BPP16, enumerator
/u-boot/drivers/video/sunxi/
A Dsunxi_de2.c31 LCD_MAX_LOG2_BPP = VIDEO_BPP32, enumerator
283 (1 << LCD_MAX_LOG2_BPP) / 8; in sunxi_de2_bind()
A Dsunxi_display.c53 #define LCD_MAX_LOG2_BPP VIDEO_BPP32 macro
1248 plat->size = LCD_MAX_WIDTH * LCD_MAX_HEIGHT * VNBYTES(LCD_MAX_LOG2_BPP);
/u-boot/drivers/video/tegra20/
A Dtegra-dc.c48 LCD_MAX_LOG2_BPP = VIDEO_BPP16, enumerator
459 (1 << LCD_MAX_LOG2_BPP) / 8; in tegra_lcd_bind()
/u-boot/drivers/video/imx/
A Dmxc_ipuv3_fb.c583 LCD_MAX_LOG2_BPP = VIDEO_BPP16, enumerator
628 uc_priv->bpix = LCD_MAX_LOG2_BPP; in ipuv3_video_probe()
/u-boot/drivers/video/tidss/
A Dtidss_drv.c51 LCD_MAX_LOG2_BPP = VIDEO_BPP32, enumerator
925 (1 << LCD_MAX_LOG2_BPP)) >> 3) + 0x20; in tidss_drv_bind()
/u-boot/drivers/video/tegra124/
A Ddisplay.c425 LCD_MAX_LOG2_BPP = 4, /* 2^4 = 16 bpp */ enumerator

Completed in 25 milliseconds