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