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