Home
last modified time | relevance | path

Searched refs:LCCR0_LDM (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dpxa3xx-regs.h65 #define LCCR0_LDM (1 << 3) /* LCD Disable Done Mask */ macro
H A Dsa1100fb.c652 LCCR0_LEN | LCCR0_LDM | LCCR0_BAM | in sa1100fb_activate_var()
829 lccr0 &= ~LCCR0_LDM; /* Enable LCD Disable Done Interrupt */ in sa1100fb_disable_controller()
850 u32 lccr0 = readl_relaxed(fbi->base + LCCR0) | LCCR0_LDM; in sa1100fb_handle_irq()
H A Dpxafb.c80 LCCR0_SFM | LCCR0_LDM | LCCR0_ENB)
1378 (LCCR0_LDM | LCCR0_SFM | LCCR0_IUM | LCCR0_EFM | in pxafb_activate_var()
1488 lccr0 = lcd_readl(fbi, LCCR0) & ~LCCR0_LDM; in pxafb_disable_controller()
1509 lcd_writel(fbi, LCCR0, lccr0 | LCCR0_LDM); in pxafb_handle_irq()
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1666 #define LCCR0_LDM 0x00000008 /* LCD Disable done (LDD) */ macro
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2115 #define LCCR0_LDM (1 << 3) /* LCD Disable Done Mask */ macro
/openbmc/u-boot/include/
H A DSA-1100.h2697 #define LCCR0_LDM 0x00000008 /* LCD Disable done (LDD) */ macro