Lines Matching refs:cntl
99 static void clcdfb_enable(struct clcd_fb *fb, u32 cntl) in clcdfb_enable() argument
112 cntl |= CNTL_LCDEN; in clcdfb_enable()
113 writel(cntl, fb->regs + fb->off_cntl); in clcdfb_enable()
120 cntl |= CNTL_LCDPWR; in clcdfb_enable()
121 writel(cntl, fb->regs + fb->off_cntl); in clcdfb_enable()
148 caps = fb->panel->cntl & CNTL_BGR ? in clcdfb_set_bitfields()
155 if (!(fb->panel->cntl & CNTL_LCDTFT)) in clcdfb_set_bitfields()
336 fb->clcd_cntl = regs.cntl; in clcdfb_set_par()
338 clcdfb_enable(fb, regs.cntl); in clcdfb_set_par()
695 fb->panel->cntl |= CNTL_LCDTFT | CNTL_LCDVCOMP(1); in clcdfb_of_init_tft_panel()
732 fb->panel->cntl |= CNTL_ST_1XBPP_565; in clcdfb_of_init_tft_panel()
735 fb->panel->cntl |= CNTL_ST_1XBPP_5551; in clcdfb_of_init_tft_panel()
738 fb->panel->cntl |= CNTL_ST_1XBPP_444; in clcdfb_of_init_tft_panel()
743 fb->panel->cntl |= CNTL_ST_CDWID_24; in clcdfb_of_init_tft_panel()
745 fb->panel->cntl |= CNTL_ST_CDWID_18; in clcdfb_of_init_tft_panel()
747 fb->panel->cntl |= CNTL_ST_CDWID_16; in clcdfb_of_init_tft_panel()
749 fb->panel->cntl |= CNTL_ST_CDWID_12; in clcdfb_of_init_tft_panel()
812 fb->panel->cntl |= CNTL_BEBO; in clcdfb_of_init_display()