Home
last modified time | relevance | path

Searched refs:CLCD_CAP_5551 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/arm/mach-integrator/
Dimpd1.c92 .caps = CLCD_CAP_5551,
121 .caps = CLCD_CAP_5551,
148 .caps = CLCD_CAP_5551,
180 .caps = CLCD_CAP_5551,
254 .caps = CLCD_CAP_5551 | CLCD_CAP_888,
/Linux-v5.4/drivers/video/fbdev/
Damba-clcd.c167 caps &= CLCD_CAP_5551; in clcdfb_set_bitfields()
183 if (!(caps & (CLCD_CAP_444 | CLCD_CAP_5551 | CLCD_CAP_565))) { in clcdfb_set_bitfields()
194 if (var->green.length == 5 && caps & CLCD_CAP_5551) in clcdfb_set_bitfields()
195 caps &= CLCD_CAP_5551; in clcdfb_set_bitfields()
206 } else if (caps & CLCD_CAP_5551) { in clcdfb_set_bitfields()
208 caps &= CLCD_CAP_5551; in clcdfb_set_bitfields()
657 { 0x110, 1, 7, 13, CLCD_CAP_5551 }, in clcdfb_of_init_tft_panel()
661 { 0x111, 3, 11, 19, CLCD_CAP_444 | CLCD_CAP_5551 }, in clcdfb_of_init_tft_panel()
662 { 0x111, 3, 10, 19, CLCD_CAP_444 | CLCD_CAP_5551 | in clcdfb_of_init_tft_panel()
664 { 0x111, 0, 8, 16, CLCD_CAP_444 | CLCD_CAP_5551 | in clcdfb_of_init_tft_panel()
/Linux-v5.4/include/linux/amba/
Dclcd.h28 CLCD_CAP_5551 = CLCD_CAP_RGB5551 | CLCD_CAP_BGR5551, enumerator