Home
last modified time | relevance | path

Searched refs:CNTL_LCDVCOMP (Results 1 – 4 of 4) 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.h72 #define CNTL_LCDVCOMP(x) ((x) << 12) macro
/Linux-v5.4/drivers/gpu/drm/pl111/
Dpl111_display.c246 cntl = CNTL_LCDEN | CNTL_LCDTFT | CNTL_LCDVCOMP(1); in pl111_display_enable()
/Linux-v5.4/drivers/video/fbdev/
Damba-clcd.c673 fb->panel->cntl |= CNTL_LCDTFT | CNTL_LCDVCOMP(1); in clcdfb_of_init_tft_panel()