Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
H A Dregs-lcd.h121 #define LCCR3_OEP (1 << 23) /* Output Enable Polarity */ macro
122 #define LCCR3_OutEnH (LCCR3_OEP*0) /* Output Enable active High */
123 #define LCCR3_OutEnL (LCCR3_OEP*1) /* Output Enable active Low */
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dpxa3xx-regs.h122 #define LCCR3_OEP (1 << 23) /* Output Enable Polarity */ macro
123 #define LCCR3_OutEnH (LCCR3_OEP*0) /* Output Enable active High */
124 #define LCCR3_OutEnL (LCCR3_OEP*1) /* Output Enable active Low */
H A Dpxafb.c1768 fbi->lccr3 |= (lcd_conn & LCD_BIAS_ACTIVE_LOW) ? LCCR3_OEP : 0; in pxafb_decode_mach_info()
1970 inf->lccr3 = (inf->lccr3 & ~LCCR3_OEP) | LCCR3_OutEnL; in parse_opt()
1973 inf->lccr3 = (inf->lccr3 & ~LCCR3_OEP) | LCCR3_OutEnH; in parse_opt()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1795 #define LCCR3_OEP 0x00800000 /* Output Enable Polarity (L_BIAS, */ macro
1797 #define LCCR3_OutEnH (LCCR3_OEP*0) /* Output Enable active High */
1798 #define LCCR3_OutEnL (LCCR3_OEP*1) /* Output Enable active Low */
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1795 #define LCCR3_OEP 0x00800000 /* Output Enable Polarity (L_BIAS, */ macro
1797 #define LCCR3_OutEnH (LCCR3_OEP*0) /* Output Enable active High */
1798 #define LCCR3_OutEnL (LCCR3_OEP*1) /* Output Enable active Low */
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dpxafb.c1771 fbi->lccr3 |= (lcd_conn & LCD_BIAS_ACTIVE_LOW) ? LCCR3_OEP : 0; in pxafb_decode_mach_info()
1974 inf->lccr3 = (inf->lccr3 & ~LCCR3_OEP) | LCCR3_OutEnL; in parse_opt()
1977 inf->lccr3 = (inf->lccr3 & ~LCCR3_OEP) | LCCR3_OutEnH; in parse_opt()

Completed in 18 milliseconds