Home
last modified time | relevance | path

Searched refs:CNTL_LCDEN (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/amba/
Dclcd-regs.h55 #define CNTL_LCDEN (1 << 0) macro
/Linux-v5.4/drivers/gpu/drm/pl111/
Dpl111_display.c243 cntl = CNTL_LCDEN | CNTL_LCDMONO8; in pl111_display_enable()
246 cntl = CNTL_LCDEN | CNTL_LCDTFT | CNTL_LCDVCOMP(1); in pl111_display_enable()
/Linux-v5.4/drivers/video/fbdev/
Damba-clcd.c82 if (val & CNTL_LCDEN) { in clcdfb_disable()
83 val &= ~CNTL_LCDEN; in clcdfb_disable()
109 cntl |= CNTL_LCDEN; in clcdfb_enable()