Home
last modified time | relevance | path

Searched refs:CNTL_LCDBPP16 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/pl111/
H A Dpl111_display.c285 cntl |= CNTL_LCDBPP16; in pl111_display_enable()
287 cntl |= CNTL_LCDBPP16 | CNTL_ST_1XBPP_565 | CNTL_BGR; in pl111_display_enable()
293 cntl |= CNTL_LCDBPP16 | CNTL_BGR; in pl111_display_enable()
295 cntl |= CNTL_LCDBPP16 | CNTL_ST_1XBPP_565; in pl111_display_enable()
301 cntl |= CNTL_LCDBPP16; in pl111_display_enable()
307 cntl |= CNTL_LCDBPP16; in pl111_display_enable()
H A Dpl111_drm.h72 #define CNTL_LCDBPP16 (4 << 1) macro
/openbmc/linux/include/linux/amba/
H A Dclcd-regs.h60 #define CNTL_LCDBPP16 (4 << 1) macro
H A Dclcd.h227 val |= CNTL_LCDBPP16; in clcdfb_decode()