Searched refs:LCCR3_OEP (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-pxa/include/mach/
H A 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 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A 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 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h2038 #define LCCR3_OEP 0x00800000 /* Output Enable Polarity (L_BIAS, */ macro
2040 #define LCCR3_OutEnH (LCCR3_OEP*0) /* Output Enable active High */
2041 #define LCCR3_OutEnL (LCCR3_OEP*1) /* Output Enable active Low */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h2038 #define LCCR3_OEP 0x00800000 /* Output Enable Polarity (L_BIAS, */ macro
2040 #define LCCR3_OutEnH (LCCR3_OEP*0) /* Output Enable active High */
2041 #define LCCR3_OutEnL (LCCR3_OEP*1) /* Output Enable active Low */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dpxafb.c1734 fbi->lccr3 |= (lcd_conn & LCD_BIAS_ACTIVE_LOW) ? LCCR3_OEP : 0;
1933 inf->lccr3 = (inf->lccr3 & ~LCCR3_OEP) | LCCR3_OutEnL;
1936 inf->lccr3 = (inf->lccr3 & ~LCCR3_OEP) | LCCR3_OutEnH;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dpxafb.c1734 fbi->lccr3 |= (lcd_conn & LCD_BIAS_ACTIVE_LOW) ? LCCR3_OEP : 0;
1933 inf->lccr3 = (inf->lccr3 & ~LCCR3_OEP) | LCCR3_OutEnL;
1936 inf->lccr3 = (inf->lccr3 & ~LCCR3_OEP) | LCCR3_OutEnH;

Completed in 194 milliseconds