Searched refs:LCCR3_VSP (Results 1 – 2 of 2) sorted by relevance
116 #define LCCR3_VSP (1 << 20) /* vertical sync polarity */ macro136 #define LCCR3_VrtSnchH (LCCR3_VSP*0) /* VSP Active High */137 #define LCCR3_VrtSnchL (LCCR3_VSP*1) /* VSP Active Low */
82 #define LCCR3_INVALID_CONFIG_MASK (LCCR3_HSP | LCCR3_VSP |\1239 fbi->reg_lccr3 |= (var->sync & FB_SYNC_VERT_HIGH_ACT) ? LCCR3_VSP : 0; in setup_smart_timing()
Completed in 7 milliseconds