Home
last modified time | relevance | path

Searched refs:IPU_PIX_FMT_RGB565 (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/include/
H A Dipu_pixfmt.h33 #define IPU_PIX_FMT_RGB565 fourcc('R', 'G', 'B', 'P') /*< 1 6 RGB-5-6-5 */ macro
/openbmc/u-boot/board/freescale/mx51evk/
H A Dmx51evk_video.c82 ret = ipuv3_fb_init(&claa_wvga, 1, IPU_PIX_FMT_RGB565); in board_video_skip()
/openbmc/u-boot/board/freescale/mx53loco/
H A Dmx53loco_video.c109 ret = ipuv3_fb_init(&claa_wvga, 0, IPU_PIX_FMT_RGB565); in board_video_skip()
/openbmc/linux/include/linux/dma/
H A Dipu-dma.h72 IPU_PIX_FMT_RGB565, enumerator
/openbmc/u-boot/drivers/video/
H A Dipu_common.c850 case IPU_PIX_FMT_RGB565: in ipu_ch_param_init()
1206 case IPU_PIX_FMT_RGB565: in bytes_per_pixel()
1234 case IPU_PIX_FMT_RGB565: in format_to_colorspace()
H A Dmx3fb.c65 IPU_PIX_FMT_RGB565, enumerator
89 [IPU_PIX_FMT_RGB565] = {
H A Dmxc_ipuv3_fb.c108 pixfmt = IPU_PIX_FMT_RGB565; in bpp_to_pixfmt()
H A Dipu_disp.c781 case IPU_PIX_FMT_RGB565: in ipu_pixfmt_to_map()