Searched refs:CLCD_CAP_444 (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/ |
D | amba-clcd.c | 151 caps &= ~CLCD_CAP_444; in clcdfb_set_bitfields() 186 if (!(caps & (CLCD_CAP_444 | CLCD_CAP_5551 | CLCD_CAP_565))) { in clcdfb_set_bitfields() 195 if (var->green.length == 4 && caps & CLCD_CAP_444) in clcdfb_set_bitfields() 196 caps &= CLCD_CAP_444; in clcdfb_set_bitfields() 214 caps &= CLCD_CAP_444; in clcdfb_set_bitfields() 682 { 0x111, 4, 14, 20, CLCD_CAP_444 }, in clcdfb_of_init_tft_panel() 683 { 0x111, 3, 11, 19, CLCD_CAP_444 | CLCD_CAP_5551 }, in clcdfb_of_init_tft_panel() 684 { 0x111, 3, 10, 19, CLCD_CAP_444 | CLCD_CAP_5551 | in clcdfb_of_init_tft_panel() 686 { 0x111, 0, 8, 16, CLCD_CAP_444 | CLCD_CAP_5551 | in clcdfb_of_init_tft_panel() 736 } else if (fb->panel->caps & CLCD_CAP_444) { in clcdfb_of_init_tft_panel()
|
/Linux-v4.19/include/linux/amba/ |
D | clcd.h | 27 CLCD_CAP_444 = CLCD_CAP_RGB444 | CLCD_CAP_BGR444, enumerator
|