Lines Matching refs:cntl
83 static void clcdfb_enable(struct clcd_fb *fb, u32 cntl) in clcdfb_enable() argument
96 cntl |= CNTL_LCDEN; in clcdfb_enable()
97 writel(cntl, fb->regs + fb->off_cntl); in clcdfb_enable()
104 cntl |= CNTL_LCDPWR; in clcdfb_enable()
105 writel(cntl, fb->regs + fb->off_cntl); in clcdfb_enable()
132 caps = fb->panel->cntl & CNTL_BGR ? in clcdfb_set_bitfields()
139 if (!(fb->panel->cntl & CNTL_LCDTFT)) in clcdfb_set_bitfields()
305 fb->clcd_cntl = regs.cntl; in clcdfb_set_par()
307 clcdfb_enable(fb, regs.cntl); in clcdfb_set_par()
657 fb->panel->cntl |= CNTL_LCDTFT | CNTL_LCDVCOMP(1); in clcdfb_of_init_tft_panel()
734 fb->panel->cntl |= CNTL_BEBO; in clcdfb_of_init_display()