Lines Matching refs:cntl
96 static void clcdfb_enable(struct clcd_fb *fb, u32 cntl) in clcdfb_enable() argument
109 cntl |= CNTL_LCDEN; in clcdfb_enable()
110 writel(cntl, fb->regs + fb->off_cntl); in clcdfb_enable()
117 cntl |= CNTL_LCDPWR; in clcdfb_enable()
118 writel(cntl, fb->regs + fb->off_cntl); in clcdfb_enable()
145 caps = fb->panel->cntl & CNTL_BGR ? in clcdfb_set_bitfields()
152 if (!(fb->panel->cntl & CNTL_LCDTFT)) in clcdfb_set_bitfields()
318 fb->clcd_cntl = regs.cntl; in clcdfb_set_par()
320 clcdfb_enable(fb, regs.cntl); in clcdfb_set_par()
670 fb->panel->cntl |= CNTL_LCDTFT | CNTL_LCDVCOMP(1); in clcdfb_of_init_tft_panel()
747 fb->panel->cntl |= CNTL_BEBO; in clcdfb_of_init_display()