Lines Matching refs:lccr0
420 if (!(fbi->lccr0 & LCCR0_LCDT)) {
558 if (fbi->lccr0 & LCCR0_SDS)
1122 if (fbi->lccr0 & LCCR0_SDS) {
1299 if (!(fbi->lccr0 & LCCR0_LCDT))
1337 if ((fbi->lccr0 & LCCR0_SDS) == LCCR0_Dual)
1372 if (fbi->lccr0 & LCCR0_LCDT)
1380 fbi->reg_lccr0 = fbi->lccr0 |
1400 ((fbi->lccr0 & LCCR0_SDS) &&
1460 if (fbi->lccr0 & LCCR0_LCDT)
1471 if (fbi->lccr0 & LCCR0_SDS)
1478 uint32_t lccr0;
1481 if (fbi->lccr0 & LCCR0_LCDT) {
1491 lccr0 = lcd_readl(fbi, LCCR0) & ~LCCR0_LDM;
1492 lcd_writel(fbi, LCCR0, lccr0);
1493 lcd_writel(fbi, LCCR0, lccr0 | LCCR0_DIS);
1507 unsigned int lccr0, lcsr;
1511 lccr0 = lcd_readl(fbi, LCCR0);
1512 lcd_writel(fbi, LCCR0, lccr0 | LCCR0_LDM);
1741 fbi->lccr0 = LCCR0_CMS;
1744 fbi->lccr0 = LCCR0_CMS | LCCR0_SDS;
1747 fbi->lccr0 = 0;
1750 fbi->lccr0 = LCCR0_SDS;
1753 fbi->lccr0 = LCCR0_PAS;
1756 fbi->lccr0 = LCCR0_LCDT | LCCR0_PAS;
1760 fbi->lccr0 = inf->lccr0;
1766 fbi->lccr0 |= LCCR0_DPD;
1768 fbi->lccr0 |= (lcd_conn & LCD_ALTERNATE_MAPPING) ? LCCR0_LDDALT : 0;
1844 fbi->lccr0 |= LCCR0_OUC;
1988 inf->lccr0 = (inf->lccr0 & ~LCCR0_CMS) | LCCR0_Color;
1990 inf->lccr0 = (inf->lccr0 & ~LCCR0_CMS) | LCCR0_Mono;
1992 inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Act;
1994 inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Pas;
1996 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Sngl;
1998 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Dual;
2000 inf->lccr0 = (inf->lccr0 & ~LCCR0_DPD) | LCCR0_4PixMono;
2002 inf->lccr0 = (inf->lccr0 & ~LCCR0_DPD) | LCCR0_8PixMono;
2069 if (inf->lccr0 & LCCR0_INVALID_CONFIG_MASK)
2072 inf->lccr0 & LCCR0_INVALID_CONFIG_MASK);
2077 if (inf->lccr0 & LCCR0_DPD &&
2078 ((inf->lccr0 & LCCR0_PAS) != LCCR0_Pas ||
2079 (inf->lccr0 & LCCR0_SDS) != LCCR0_Sngl ||
2080 (inf->lccr0 & LCCR0_CMS) != LCCR0_Mono))
2084 if ((inf->lccr0 & LCCR0_PAS) == LCCR0_Act &&
2085 (inf->lccr0 & LCCR0_SDS) == LCCR0_Dual)
2087 if ((inf->lccr0 & LCCR0_PAS) == LCCR0_Pas &&