Lines Matching refs:lccr0

420 	if (!(fbi->lccr0 & LCCR0_LCDT)) {
558 if (fbi->lccr0 & LCCR0_SDS)
1119 if (fbi->lccr0 & LCCR0_SDS) {
1296 if (!(fbi->lccr0 & LCCR0_LCDT))
1334 if ((fbi->lccr0 & LCCR0_SDS) == LCCR0_Dual)
1369 if (fbi->lccr0 & LCCR0_LCDT)
1377 fbi->reg_lccr0 = fbi->lccr0 |
1397 ((fbi->lccr0 & LCCR0_SDS) &&
1457 if (fbi->lccr0 & LCCR0_LCDT)
1468 if (fbi->lccr0 & LCCR0_SDS)
1475 uint32_t lccr0;
1478 if (fbi->lccr0 & LCCR0_LCDT) {
1488 lccr0 = lcd_readl(fbi, LCCR0) & ~LCCR0_LDM;
1489 lcd_writel(fbi, LCCR0, lccr0);
1490 lcd_writel(fbi, LCCR0, lccr0 | LCCR0_DIS);
1504 unsigned int lccr0, lcsr;
1508 lccr0 = lcd_readl(fbi, LCCR0);
1509 lcd_writel(fbi, LCCR0, lccr0 | LCCR0_LDM);
1738 fbi->lccr0 = LCCR0_CMS;
1741 fbi->lccr0 = LCCR0_CMS | LCCR0_SDS;
1744 fbi->lccr0 = 0;
1747 fbi->lccr0 = LCCR0_SDS;
1750 fbi->lccr0 = LCCR0_PAS;
1753 fbi->lccr0 = LCCR0_LCDT | LCCR0_PAS;
1757 fbi->lccr0 = inf->lccr0;
1763 fbi->lccr0 |= LCCR0_DPD;
1765 fbi->lccr0 |= (lcd_conn & LCD_ALTERNATE_MAPPING) ? LCCR0_LDDALT : 0;
1840 fbi->lccr0 |= LCCR0_OUC;
1984 inf->lccr0 = (inf->lccr0 & ~LCCR0_CMS) | LCCR0_Color;
1986 inf->lccr0 = (inf->lccr0 & ~LCCR0_CMS) | LCCR0_Mono;
1988 inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Act;
1990 inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Pas;
1992 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Sngl;
1994 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Dual;
1996 inf->lccr0 = (inf->lccr0 & ~LCCR0_DPD) | LCCR0_4PixMono;
1998 inf->lccr0 = (inf->lccr0 & ~LCCR0_DPD) | LCCR0_8PixMono;
2065 if (inf->lccr0 & LCCR0_INVALID_CONFIG_MASK)
2068 inf->lccr0 & LCCR0_INVALID_CONFIG_MASK);
2073 if (inf->lccr0 & LCCR0_DPD &&
2074 ((inf->lccr0 & LCCR0_PAS) != LCCR0_Pas ||
2075 (inf->lccr0 & LCCR0_SDS) != LCCR0_Sngl ||
2076 (inf->lccr0 & LCCR0_CMS) != LCCR0_Mono))
2080 if ((inf->lccr0 & LCCR0_PAS) == LCCR0_Act &&
2081 (inf->lccr0 & LCCR0_SDS) == LCCR0_Dual)
2083 if ((inf->lccr0 & LCCR0_PAS) == LCCR0_Pas &&