Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-pxa/include/mach/
Dregs-lcd.h115 #define LCCR3_HSP (1 << 21) /* horizontal sync polarity */ macro
131 #define LCCR3_HorSnchH (LCCR3_HSP*0) /* HSP Active High */
132 #define LCCR3_HorSnchL (LCCR3_HSP*1) /* HSP Active Low */
/linux-4.4.14/arch/arm/mach-sa1100/include/mach/
DSA-1100.h1785 #define LCCR3_HSP 0x00200000 /* Horizontal Synchronization */ macro
1787 #define LCCR3_HorSnchH (LCCR3_HSP*0) /* Horizontal Synchronization */
1789 #define LCCR3_HorSnchL (LCCR3_HSP*1) /* Horizontal Synchronization */
/linux-4.4.14/drivers/video/fbdev/
Dpxafb.c78 #define LCCR3_INVALID_CONFIG_MASK (LCCR3_HSP | LCCR3_VSP |\
1251 fbi->reg_lccr3 |= (var->sync & FB_SYNC_HOR_HIGH_ACT) ? LCCR3_HSP : 0; in setup_smart_timing()