Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/
Damba-clcd-versatile.c32 .cntl = CNTL_LCDTFT | CNTL_BGR | CNTL_LCDVCOMP(1),
56 .cntl = CNTL_LCDTFT | CNTL_BGR | CNTL_LCDVCOMP(1),
81 .cntl = CNTL_LCDTFT | CNTL_BGR | CNTL_LCDVCOMP(1),
105 .cntl = CNTL_LCDTFT | CNTL_BGR | CNTL_LCDVCOMP(1),
130 .cntl = CNTL_LCDTFT | CNTL_BGR | CNTL_LCDVCOMP(1),
Damba-clcd.c155 if (!(fb->panel->cntl & CNTL_LCDTFT)) in clcdfb_set_bitfields()
695 fb->panel->cntl |= CNTL_LCDTFT | CNTL_LCDVCOMP(1); in clcdfb_of_init_tft_panel()
/Linux-v4.19/arch/arm/mach-integrator/
Dimpd1.c94 .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1),
122 .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1),
150 .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1),
182 .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1),
/Linux-v4.19/include/linux/amba/
Dclcd-regs.h64 #define CNTL_LCDTFT (1 << 5) macro
Dclcd.h198 if (fb->panel->cntl & CNTL_LCDTFT) /* TFT */ in clcdfb_decode()
/Linux-v4.19/arch/arm/mach-nspire/
Dclcd.c37 .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1),
/Linux-v4.19/arch/arm/mach-netx/
Dnxeb500hmi.c56 .cntl = CNTL_LCDTFT | CNTL_BGR,
Dnxdb500.c56 .cntl = CNTL_LCDTFT | CNTL_BGR,
/Linux-v4.19/arch/arm/mach-lpc32xx/
Dphy3250.c70 .cntl = (CNTL_BGR | CNTL_LCDTFT | CNTL_LCDVCOMP(1) |
/Linux-v4.19/drivers/gpu/drm/pl111/
Dpl111_display.c225 cntl = CNTL_LCDEN | CNTL_LCDTFT | CNTL_LCDVCOMP(1); in pl111_display_enable()