Lines Matching refs:cntl
131 u32 cntl;
242 cntl = CNTL_LCDEN | CNTL_LCDMONO8;
245 cntl = CNTL_LCDEN | CNTL_LCDTFT | CNTL_LCDVCOMP(1);
249 cntl |= CNTL_ST_CDWID_24;
261 cntl |= CNTL_ST_LCDBPP24_PACKED | CNTL_BGR;
266 cntl |= CNTL_ST_LCDBPP24_PACKED;
271 cntl |= CNTL_LCDBPP24 | CNTL_BGR;
273 cntl |= CNTL_LCDBPP24;
278 cntl |= CNTL_LCDBPP24;
280 cntl |= CNTL_LCDBPP24 | CNTL_BGR;
284 cntl |= CNTL_LCDBPP16;
286 cntl |= CNTL_LCDBPP16 | CNTL_ST_1XBPP_565 | CNTL_BGR;
288 cntl |= CNTL_LCDBPP16_565;
292 cntl |= CNTL_LCDBPP16 | CNTL_BGR;
294 cntl |= CNTL_LCDBPP16 | CNTL_ST_1XBPP_565;
296 cntl |= CNTL_LCDBPP16_565 | CNTL_BGR;
300 cntl |= CNTL_LCDBPP16;
302 cntl |= CNTL_ST_1XBPP_5551 | CNTL_BGR;
306 cntl |= CNTL_LCDBPP16;
308 cntl |= CNTL_ST_1XBPP_5551;
310 cntl |= CNTL_BGR;
314 cntl |= CNTL_LCDBPP16_444;
316 cntl |= CNTL_ST_1XBPP_444 | CNTL_BGR;
320 cntl |= CNTL_LCDBPP16_444;
322 cntl |= CNTL_ST_1XBPP_444;
324 cntl |= CNTL_BGR;
334 cntl &= ~CNTL_BGR;
337 writel(cntl, priv->regs + priv->ctrl);
349 cntl |= CNTL_LCDPWR;
350 writel(cntl, priv->regs + priv->ctrl);
361 u32 cntl;
367 cntl = readl(priv->regs + priv->ctrl);
368 if (cntl & CNTL_LCDPWR) {
369 cntl &= ~CNTL_LCDPWR;
370 writel(cntl, priv->regs + priv->ctrl);