Lines Matching refs:cntl
97 static void clcdfb_enable(struct clcd_fb *fb, u32 cntl) in clcdfb_enable() argument
110 cntl |= CNTL_LCDEN; in clcdfb_enable()
111 writel(cntl, fb->regs + fb->off_cntl); in clcdfb_enable()
118 cntl |= CNTL_LCDPWR; in clcdfb_enable()
119 writel(cntl, fb->regs + fb->off_cntl); in clcdfb_enable()
138 caps = fb->panel->cntl & CNTL_BGR ? in clcdfb_set_bitfields()
145 if (!(fb->panel->cntl & CNTL_LCDTFT)) in clcdfb_set_bitfields()
311 fb->clcd_cntl = regs.cntl; in clcdfb_set_par()
313 clcdfb_enable(fb, regs.cntl); in clcdfb_set_par()
633 fb->panel->cntl |= CNTL_LCDTFT | CNTL_LCDVCOMP(1); in clcdfb_of_init_tft_panel()
690 fb->panel->cntl |= CNTL_BEBO; in clcdfb_of_init_display()