Searched refs:lccr0 (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/video/
H A Dsa1100fb.h52 u_int lccr0; member in struct:sa1100fb_mach_info
/linux-master/drivers/video/fbdev/
H A Dpxafb.c420 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
1475 uint32_t lccr0; local
1504 unsigned int lccr0, lcsr; local
[all...]
H A Dsa1100fb.h27 unsigned long lccr0; member in struct:sa1100fb_lcd_reg
H A Dsa1100fb.c652 new_regs.lccr0 = fbi->inf->lccr0 |
667 if (fbi->inf->lccr0 & LCCR0_Dual)
681 dev_dbg(fbi->dev, "nlccr0 = 0x%08lx\n", new_regs.lccr0);
694 fbi->reg_lccr0 = new_regs.lccr0;
816 u32 lccr0; local
829 lccr0 = readl_relaxed(fbi->base + LCCR0);
830 lccr0 &= ~LCCR0_LDM; /* Enable LCD Disable Done Interrupt */
831 writel_relaxed(lccr0, fbi->base + LCCR0);
832 lccr0
851 u32 lccr0 = readl_relaxed(fbi->base + LCCR0) | LCCR0_LDM; local
[all...]
H A Dpxafb.h127 u_int lccr0; member in struct:pxafb_info
/linux-master/arch/arm/mach-sa1100/
H A Dh3600.c78 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
H A Dassabet.c370 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
396 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
H A Dcollie.c338 .lccr0 = LCCR0_Color | LCCR0_Sngl | LCCR0_Act,
/linux-master/include/linux/platform_data/
H A Dvideo-pxafb.h130 u_int lccr0; member in struct:pxafb_mach_info

Completed in 160 milliseconds