Searched refs:CNTL_LCDVCOMP (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/ |
D | amba-clcd-versatile.c | 26 .cntl = CNTL_LCDTFT | CNTL_BGR | CNTL_LCDVCOMP(1), 50 .cntl = CNTL_LCDTFT | CNTL_BGR | CNTL_LCDVCOMP(1), 75 .cntl = CNTL_LCDTFT | CNTL_BGR | CNTL_LCDVCOMP(1), 99 .cntl = CNTL_LCDTFT | CNTL_BGR | CNTL_LCDVCOMP(1), 124 .cntl = CNTL_LCDTFT | CNTL_BGR | CNTL_LCDVCOMP(1),
|
D | amba-clcd.c | 633 fb->panel->cntl |= CNTL_LCDTFT | CNTL_LCDVCOMP(1); in clcdfb_of_init_tft_panel()
|
/linux-4.4.14/arch/arm/mach-integrator/ |
D | impd1.c | 95 .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1), 123 .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1), 151 .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1), 183 .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1),
|
/linux-4.4.14/arch/arm/mach-nspire/ |
D | clcd.c | 37 .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1),
|
/linux-4.4.14/arch/arm/mach-lpc32xx/ |
D | phy3250.c | 79 .cntl = (CNTL_BGR | CNTL_LCDTFT | CNTL_LCDVCOMP(1) |
|
/linux-4.4.14/include/linux/amba/ |
D | clcd.h | 66 #define CNTL_LCDVCOMP(x) ((x) << 12) macro
|