Home
last modified time | relevance | path

Searched refs:LCCR3_OutEnL (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
Dlart.c74 .lccr3 = LCCR3_OutEnL | LCCR3_PixFlEdg | LCCR3_ACBsDiv(512),
/kernel/linux/linux-5.10/arch/arm/mach-pxa/include/mach/
Dregs-lcd.h123 #define LCCR3_OutEnL (LCCR3_OEP*1) /* Output Enable active Low */ macro
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/include/mach/
DSA-1100.h1798 #define LCCR3_OutEnL (LCCR3_OEP*1) /* Output Enable active Low */ macro
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dpxafb.c1974 inf->lccr3 = (inf->lccr3 & ~LCCR3_OEP) | LCCR3_OutEnL; in parse_opt()