Home
last modified time | relevance | path

Searched refs:LCCR3_VSP (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/arch/arm/include/asm/arch-pxa/
Dpxa-regs.h2180 #define LCCR3_VSP (1 << 20) /* vertical sync polarity */ macro
2209 #define LCCR3_VrtSnchH (LCCR3_VSP*0) /* Vertical Synchronization pulse */
2211 #define LCCR3_VrtSnchL (LCCR3_VSP*1) /* Vertical Synchronization pulse */
/external/u-boot/include/
DSA-1100.h2811 #define LCCR3_VSP 0x00100000 /* Vertical Synchronization pulse */ macro
2813 #define LCCR3_VrtSnchH (LCCR3_VSP*0) /* Vertical Synchronization pulse */
2815 #define LCCR3_VrtSnchL (LCCR3_VSP*1) /* Vertical Synchronization pulse */
/external/u-boot/drivers/video/
Dpxa_lcd.c547 fbi->reg_lccr3 = REG_LCCR3 & ~(LCCR3_HSP | LCCR3_VSP); in pxafb_init()