Home
last modified time | relevance | path

Searched refs:LCCR3_HSP (Results 1 – 2 of 2) sorted by relevance

/drivers/video/fbdev/
A Dpxa3xx-regs.h117 #define LCCR3_HSP (1 << 21) /* horizontal sync polarity */ macro
133 #define LCCR3_HorSnchH (LCCR3_HSP*0) /* HSP Active High */
134 #define LCCR3_HorSnchL (LCCR3_HSP*1) /* HSP Active Low */
A Dpxafb.c82 #define LCCR3_INVALID_CONFIG_MASK (LCCR3_HSP | LCCR3_VSP |\
1238 fbi->reg_lccr3 |= (var->sync & FB_SYNC_HOR_HIGH_ACT) ? LCCR3_HSP : 0; in setup_smart_timing()

Completed in 10 milliseconds