Home
last modified time | relevance | path

Searched refs:LCCR3_OEP (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/arm/mach-pxa/include/mach/
Dregs-lcd.h120 #define LCCR3_OEP (1 << 23) /* Output Enable Polarity */ macro
121 #define LCCR3_OutEnH (LCCR3_OEP*0) /* Output Enable active High */
122 #define LCCR3_OutEnL (LCCR3_OEP*1) /* Output Enable active Low */
/linux-4.1.27/arch/arm/mach-sa1100/include/mach/
DSA-1100.h1828 #define LCCR3_OEP 0x00800000 /* Output Enable Polarity (L_BIAS, */ macro
1830 #define LCCR3_OutEnH (LCCR3_OEP*0) /* Output Enable active High */
1831 #define LCCR3_OutEnL (LCCR3_OEP*1) /* Output Enable active Low */
/linux-4.1.27/drivers/video/fbdev/
Dpxafb.c1770 fbi->lccr3 |= (lcd_conn & LCD_BIAS_ACTIVE_LOW) ? LCCR3_OEP : 0; in pxafb_decode_mach_info()
1975 inf->lccr3 = (inf->lccr3 & ~LCCR3_OEP) | LCCR3_OutEnL; in parse_opt()
1978 inf->lccr3 = (inf->lccr3 & ~LCCR3_OEP) | LCCR3_OutEnH; in parse_opt()