LCCR3_OEP         122 arch/arm/mach-pxa/include/mach/regs-lcd.h #define LCCR3_OutEnH	(LCCR3_OEP*0)	/*  Output Enable active High */
LCCR3_OEP         123 arch/arm/mach-pxa/include/mach/regs-lcd.h #define LCCR3_OutEnL	(LCCR3_OEP*1)	/*  Output Enable active Low */
LCCR3_OEP        1797 arch/arm/mach-sa1100/include/mach/SA-1100.h #define LCCR3_OutEnH	(LCCR3_OEP*0)	/*  Output Enable active High      */
LCCR3_OEP        1798 arch/arm/mach-sa1100/include/mach/SA-1100.h #define LCCR3_OutEnL	(LCCR3_OEP*1)	/*  Output Enable active Low       */
LCCR3_OEP        1771 drivers/video/fbdev/pxafb.c 	fbi->lccr3 |= (lcd_conn & LCD_BIAS_ACTIVE_LOW) ? LCCR3_OEP : 0;
LCCR3_OEP        1974 drivers/video/fbdev/pxafb.c 			inf->lccr3 = (inf->lccr3 & ~LCCR3_OEP) | LCCR3_OutEnL;
LCCR3_OEP        1977 drivers/video/fbdev/pxafb.c 			inf->lccr3 = (inf->lccr3 & ~LCCR3_OEP) | LCCR3_OutEnH;