Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-versatile/
Dclcd.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),
/linux-2.6.39/arch/arm/mach-integrator/
Dimpd1.c123 .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1),
151 .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1),
179 .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1),
211 .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1),
/linux-2.6.39/include/linux/amba/
Dclcd.h59 #define CNTL_LCDTFT (1 << 5) macro
217 if (fb->panel->cntl & CNTL_LCDTFT) /* TFT */ in clcdfb_decode()
/linux-2.6.39/arch/arm/mach-netx/
Dnxeb500hmi.c56 .cntl = CNTL_LCDTFT | CNTL_BGR,
Dnxdb500.c56 .cntl = CNTL_LCDTFT | CNTL_BGR,
/linux-2.6.39/arch/arm/mach-lpc32xx/
Dphy3250.c72 .cntl = (CNTL_BGR | CNTL_LCDTFT | CNTL_LCDVCOMP(1) |
/linux-2.6.39/drivers/video/
Damba-clcd.c137 if (!(fb->panel->cntl & CNTL_LCDTFT)) in clcdfb_set_bitfields()