Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/amba/
H A Dclcd-regs.h63 #define CNTL_LCDBPP24 (5 << 1) macro
H A Dclcd.h234 val |= CNTL_LCDBPP24; in clcdfb_decode()
/openbmc/linux/drivers/gpu/drm/pl111/
H A Dpl111_display.c272 cntl |= CNTL_LCDBPP24 | CNTL_BGR; in pl111_display_enable()
274 cntl |= CNTL_LCDBPP24; in pl111_display_enable()
279 cntl |= CNTL_LCDBPP24; in pl111_display_enable()
281 cntl |= CNTL_LCDBPP24 | CNTL_BGR; in pl111_display_enable()
H A Dpl111_drm.h75 #define CNTL_LCDBPP24 (5 << 1) macro