LCCR3_VSP         135 arch/arm/mach-pxa/include/mach/regs-lcd.h #define LCCR3_VrtSnchH	(LCCR3_VSP*0)	/*  VSP Active High */
LCCR3_VSP         136 arch/arm/mach-pxa/include/mach/regs-lcd.h #define LCCR3_VrtSnchL	(LCCR3_VSP*1)	/*  VSP Active Low */
LCCR3_VSP        1782 arch/arm/mach-sa1100/include/mach/SA-1100.h #define LCCR3_VrtSnchH	(LCCR3_VSP*0)	/*  Vertical Synchronization pulse */
LCCR3_VSP        1784 arch/arm/mach-sa1100/include/mach/SA-1100.h #define LCCR3_VrtSnchL	(LCCR3_VSP*1)	/*  Vertical Synchronization pulse */
LCCR3_VSP          82 drivers/video/fbdev/pxafb.c #define LCCR3_INVALID_CONFIG_MASK	(LCCR3_HSP | LCCR3_VSP |\
LCCR3_VSP        1255 drivers/video/fbdev/pxafb.c 	fbi->reg_lccr3 |= (var->sync & FB_SYNC_VERT_HIGH_ACT) ? LCCR3_VSP : 0;