Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-integrator/
Dimpd1.c91 .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1),
119 .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1),
147 .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1),
179 .cntl = CNTL_LCDTFT | CNTL_LCDVCOMP(1),
/Linux-v5.4/include/linux/amba/
Dclcd-regs.h65 #define CNTL_LCDTFT (1 << 5) macro
Dclcd.h171 if (fb->panel->cntl & CNTL_LCDTFT) /* TFT */ in clcdfb_decode()
/Linux-v5.4/drivers/video/fbdev/
Damba-clcd.c152 if (!(fb->panel->cntl & CNTL_LCDTFT)) in clcdfb_set_bitfields()
673 fb->panel->cntl |= CNTL_LCDTFT | CNTL_LCDVCOMP(1); in clcdfb_of_init_tft_panel()
/Linux-v5.4/drivers/gpu/drm/pl111/
Dpl111_display.c246 cntl = CNTL_LCDEN | CNTL_LCDTFT | CNTL_LCDVCOMP(1); in pl111_display_enable()