Home
last modified time | relevance | path

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

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