Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/amba/
H A Dclcd-regs.h65 #define CNTL_LCDTFT (1 << 5) macro
H A Dclcd.h171 if (fb->panel->cntl & CNTL_LCDTFT) /* TFT */ in clcdfb_decode()
/openbmc/linux/drivers/gpu/drm/pl111/
H A Dpl111_drm.h77 #define CNTL_LCDTFT (1 << 5) macro
H A Dpl111_display.c246 cntl = CNTL_LCDEN | CNTL_LCDTFT | CNTL_LCDVCOMP(1); in pl111_display_enable()
/openbmc/linux/drivers/video/fbdev/
H A Damba-clcd.c139 if (!(fb->panel->cntl & CNTL_LCDTFT)) in clcdfb_set_bitfields()
656 fb->panel->cntl |= CNTL_LCDTFT | CNTL_LCDVCOMP(1); in clcdfb_of_init_tft_panel()