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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-sa1100/
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 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dpxafb.c1243 inf->lccr3 = (inf->lccr3 & ~LCCR3_OEP) | LCCR3_OutEnL;
1246 inf->lccr3 = (inf->lccr3 & ~LCCR3_OEP) | LCCR3_OutEnH;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-pxa/
H A Dpxa-regs.h1954 #define LCCR3_OEP (1 << 23) /* Output Enable Polarity (L_BIAS, */ macro
1956 #define LCCR3_OutEnH (LCCR3_OEP*0) /* Output Enable active High */
1957 #define LCCR3_OutEnL (LCCR3_OEP*1) /* Output Enable active Low */

Completed in 97 milliseconds