Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Damba-clcd.c153 caps &= ~CLCD_CAP_888; in clcdfb_set_bitfields()
225 caps &= CLCD_CAP_888; in clcdfb_set_bitfields()
655 { 0x110, 0, 8, 16, CLCD_CAP_888 }, in clcdfb_of_init_tft_panel()
656 { 0x110, 16, 8, 0, CLCD_CAP_888 }, in clcdfb_of_init_tft_panel()
662 CLCD_CAP_565 | CLCD_CAP_888 }, in clcdfb_of_init_tft_panel()
/OK3568_Linux_fs/kernel/include/linux/amba/
H A Dclcd.h30 CLCD_CAP_888 = CLCD_CAP_RGB888 | CLCD_CAP_BGR888, enumerator