Home
last modified time | relevance | path

Searched refs:CNTL_LCDEN (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/linux/amba/
H A Dclcd-regs.h55 #define CNTL_LCDEN (1 << 0) macro
/kernel/linux/linux-6.6/include/linux/amba/
H A Dclcd-regs.h55 #define CNTL_LCDEN (1 << 0) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/pl111/
H A Dpl111_drm.h67 #define CNTL_LCDEN (1 << 0) macro
H A Dpl111_display.c242 cntl = CNTL_LCDEN | CNTL_LCDMONO8; in pl111_display_enable()
245 cntl = CNTL_LCDEN | CNTL_LCDTFT | CNTL_LCDVCOMP(1); in pl111_display_enable()
/kernel/linux/linux-6.6/drivers/gpu/drm/pl111/
H A Dpl111_drm.h67 #define CNTL_LCDEN (1 << 0) macro
H A 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()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Damba-clcd.c82 if (val & CNTL_LCDEN) { in clcdfb_disable()
83 val &= ~CNTL_LCDEN; in clcdfb_disable()
109 cntl |= CNTL_LCDEN; in clcdfb_enable()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Damba-clcd.c69 if (val & CNTL_LCDEN) { in clcdfb_disable()
70 val &= ~CNTL_LCDEN; in clcdfb_disable()
96 cntl |= CNTL_LCDEN; in clcdfb_enable()

Completed in 6 milliseconds