Home
last modified time | relevance | path

Searched refs:CLCD_CAP_444 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Damba-clcd.c135 caps &= ~CLCD_CAP_444; in clcdfb_set_bitfields()
170 if (!(caps & (CLCD_CAP_444 | CLCD_CAP_5551 | CLCD_CAP_565))) { in clcdfb_set_bitfields()
179 if (var->green.length == 4 && caps & CLCD_CAP_444) in clcdfb_set_bitfields()
180 caps &= CLCD_CAP_444; in clcdfb_set_bitfields()
198 caps &= CLCD_CAP_444; in clcdfb_set_bitfields()
643 { 0x111, 4, 14, 20, CLCD_CAP_444 }, in clcdfb_of_init_tft_panel()
644 { 0x111, 3, 11, 19, CLCD_CAP_444 | CLCD_CAP_5551 }, in clcdfb_of_init_tft_panel()
645 { 0x111, 3, 10, 19, CLCD_CAP_444 | CLCD_CAP_5551 | in clcdfb_of_init_tft_panel()
647 { 0x111, 0, 8, 16, CLCD_CAP_444 | CLCD_CAP_5551 | in clcdfb_of_init_tft_panel()
/openbmc/linux/include/linux/amba/
H A Dclcd.h27 CLCD_CAP_444 = CLCD_CAP_RGB444 | CLCD_CAP_BGR444, enumerator