Lines Matching refs:lccr0
651 new_regs.lccr0 = fbi->inf->lccr0 |
666 if (fbi->inf->lccr0 & LCCR0_Dual)
680 dev_dbg(fbi->dev, "nlccr0 = 0x%08lx\n", new_regs.lccr0);
693 fbi->reg_lccr0 = new_regs.lccr0;
815 u32 lccr0;
828 lccr0 = readl_relaxed(fbi->base + LCCR0);
829 lccr0 &= ~LCCR0_LDM; /* Enable LCD Disable Done Interrupt */
830 writel_relaxed(lccr0, fbi->base + LCCR0);
831 lccr0 &= ~LCCR0_LEN; /* Disable LCD Controller */
832 writel_relaxed(lccr0, fbi->base + LCCR0);
850 u32 lccr0 = readl_relaxed(fbi->base + LCCR0) | LCCR0_LDM;
851 writel_relaxed(lccr0, fbi->base + LCCR0);