Lines Matching refs:lccr0

420 	if (!(fbi->lccr0 & LCCR0_LCDT)) {
558 if (fbi->lccr0 & LCCR0_SDS)
1106 if (fbi->lccr0 & LCCR0_SDS) {
1283 if (!(fbi->lccr0 & LCCR0_LCDT))
1321 if ((fbi->lccr0 & LCCR0_SDS) == LCCR0_Dual)
1356 if (fbi->lccr0 & LCCR0_LCDT)
1364 fbi->reg_lccr0 = fbi->lccr0 |
1384 ((fbi->lccr0 & LCCR0_SDS) &&
1444 if (fbi->lccr0 & LCCR0_LCDT)
1455 if (fbi->lccr0 & LCCR0_SDS)
1462 uint32_t lccr0;
1465 if (fbi->lccr0 & LCCR0_LCDT) {
1475 lccr0 = lcd_readl(fbi, LCCR0) & ~LCCR0_LDM;
1476 lcd_writel(fbi, LCCR0, lccr0);
1477 lcd_writel(fbi, LCCR0, lccr0 | LCCR0_DIS);
1491 unsigned int lccr0, lcsr;
1495 lccr0 = lcd_readl(fbi, LCCR0);
1496 lcd_writel(fbi, LCCR0, lccr0 | LCCR0_LDM);
1725 fbi->lccr0 = LCCR0_CMS;
1728 fbi->lccr0 = LCCR0_CMS | LCCR0_SDS;
1731 fbi->lccr0 = 0;
1734 fbi->lccr0 = LCCR0_SDS;
1737 fbi->lccr0 = LCCR0_PAS;
1740 fbi->lccr0 = LCCR0_LCDT | LCCR0_PAS;
1744 fbi->lccr0 = inf->lccr0;
1750 fbi->lccr0 |= LCCR0_DPD;
1752 fbi->lccr0 |= (lcd_conn & LCD_ALTERNATE_MAPPING) ? LCCR0_LDDALT : 0;
1827 fbi->lccr0 |= LCCR0_OUC;
1971 inf->lccr0 = (inf->lccr0 & ~LCCR0_CMS) | LCCR0_Color;
1973 inf->lccr0 = (inf->lccr0 & ~LCCR0_CMS) | LCCR0_Mono;
1975 inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Act;
1977 inf->lccr0 = (inf->lccr0 & ~LCCR0_PAS) | LCCR0_Pas;
1979 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Sngl;
1981 inf->lccr0 = (inf->lccr0 & ~LCCR0_SDS) | LCCR0_Dual;
1983 inf->lccr0 = (inf->lccr0 & ~LCCR0_DPD) | LCCR0_4PixMono;
1985 inf->lccr0 = (inf->lccr0 & ~LCCR0_DPD) | LCCR0_8PixMono;
2052 if (inf->lccr0 & LCCR0_INVALID_CONFIG_MASK)
2055 inf->lccr0 & LCCR0_INVALID_CONFIG_MASK);
2060 if (inf->lccr0 & LCCR0_DPD &&
2061 ((inf->lccr0 & LCCR0_PAS) != LCCR0_Pas ||
2062 (inf->lccr0 & LCCR0_SDS) != LCCR0_Sngl ||
2063 (inf->lccr0 & LCCR0_CMS) != LCCR0_Mono))
2067 if ((inf->lccr0 & LCCR0_PAS) == LCCR0_Act &&
2068 (inf->lccr0 & LCCR0_SDS) == LCCR0_Dual)
2070 if ((inf->lccr0 & LCCR0_PAS) == LCCR0_Pas &&