Home
last modified time | relevance | path

Searched refs:CNTL_BGR (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
Damba-clcd-versatile.c26 .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),
Damba-clcd.c138 caps = fb->panel->cntl & CNTL_BGR ? in clcdfb_set_bitfields()
/linux-4.4.14/include/linux/amba/
Dclcd.h62 #define CNTL_BGR (1 << 8) macro
241 val &= ~CNTL_BGR; in clcdfb_decode()
243 val |= CNTL_BGR; in clcdfb_decode()
/linux-4.4.14/arch/arm/mach-netx/
Dnxeb500hmi.c56 .cntl = CNTL_LCDTFT | CNTL_BGR,
Dnxdb500.c56 .cntl = CNTL_LCDTFT | CNTL_BGR,
/linux-4.4.14/arch/arm/mach-lpc32xx/
Dphy3250.c79 .cntl = (CNTL_BGR | CNTL_LCDTFT | CNTL_LCDVCOMP(1) |
/linux-4.4.14/arch/arm/mach-versatile/
Dcore.c563 regs->cntl &= ~CNTL_BGR; in versatile_clcd_decode()