Searched refs:LCCR3_VSP (Results 1 – 3 of 3) sorted by relevance
2180 #define LCCR3_VSP (1 << 20) /* vertical sync polarity */ macro2209 #define LCCR3_VrtSnchH (LCCR3_VSP*0) /* Vertical Synchronization pulse */2211 #define LCCR3_VrtSnchL (LCCR3_VSP*1) /* Vertical Synchronization pulse */
2811 #define LCCR3_VSP 0x00100000 /* Vertical Synchronization pulse */ macro2813 #define LCCR3_VrtSnchH (LCCR3_VSP*0) /* Vertical Synchronization pulse */2815 #define LCCR3_VrtSnchL (LCCR3_VSP*1) /* Vertical Synchronization pulse */
547 fbi->reg_lccr3 = REG_LCCR3 & ~(LCCR3_HSP | LCCR3_VSP); in pxafb_init()