Home
last modified time | relevance | path

Searched refs:VNBITS (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/drivers/video/stm32/
Dstm32_ltdc.c178 __func__, VNBITS(l2bpp), VNBITS(VIDEO_BPP16)); in stm32_ltdc_get_pixel_format()
183 debug("%s: %d bpp -> ltdc pf %d\n", __func__, VNBITS(l2bpp), pf); in stm32_ltdc_get_pixel_format()
297 bpp = VNBITS(priv->l2bpp); in stm32_ltdc_set_layer1()
409 VNBITS(priv->l2bpp), uc_plat->base); in stm32_ltdc_probe()
/external/u-boot/drivers/video/exynos/
Dexynos_fb.c193 end_addr = start_addr + ((priv->vl_col * (VNBITS(priv->vl_bpix) / 8)) * in exynos_fimd_set_buffer_address()
452 VNBITS(priv->vl_bpix) / 8) | in exynos_fimd_lcd_init()
454 VNBITS(priv->vl_bpix) / 8) | in exynos_fimd_lcd_init()
478 return priv->vl_col * priv->vl_row * (VNBITS(priv->vl_bpix) / 8); in exynos_fimd_calc_fbsize()
/external/u-boot/include/
Dvideo.h50 #define VNBITS(bpix) (1 << (bpix)) macro
/external/u-boot/drivers/video/
Dvideo_bmp.c223 bpix = VNBITS(priv->bpix); in video_bmp_display()
Datmel_hlcdfb.c405 switch (VNBITS(priv->vl_bpix)) { in atmel_hlcdc_init()