Searched refs:LCCR3_HSP (Results 1 – 3 of 3) sorted by relevance
2181 #define LCCR3_HSP (1 << 21) /* horizontal sync polarity */ macro2205 #define LCCR3_HorSnchH (LCCR3_HSP*0) /* Horizontal Synchronization */2207 #define LCCR3_HorSnchL (LCCR3_HSP*1) /* Horizontal Synchronization */
2817 #define LCCR3_HSP 0x00200000 /* Horizontal Synchronization */ macro2819 #define LCCR3_HorSnchH (LCCR3_HSP*0) /* Horizontal Synchronization */2821 #define LCCR3_HorSnchL (LCCR3_HSP*1) /* Horizontal Synchronization */
547 fbi->reg_lccr3 = REG_LCCR3 & ~(LCCR3_HSP | LCCR3_VSP); in pxafb_init()