Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/
Dpxa3xx-regs.h116 #define LCCR3_VSP (1 << 20) /* vertical sync polarity */ macro
136 #define LCCR3_VrtSnchH (LCCR3_VSP*0) /* VSP Active High */
137 #define LCCR3_VrtSnchL (LCCR3_VSP*1) /* VSP Active Low */
Dpxafb.c82 #define LCCR3_INVALID_CONFIG_MASK (LCCR3_HSP | LCCR3_VSP |\
1255 fbi->reg_lccr3 |= (var->sync & FB_SYNC_VERT_HIGH_ACT) ? LCCR3_VSP : 0; in setup_smart_timing()
/linux-6.1.9/arch/arm/mach-sa1100/include/mach/
DSA-1100.h1780 #define LCCR3_VSP 0x00100000 /* Vertical Synchronization pulse */ macro
1782 #define LCCR3_VrtSnchH (LCCR3_VSP*0) /* Vertical Synchronization pulse */
1784 #define LCCR3_VrtSnchL (LCCR3_VSP*1) /* Vertical Synchronization pulse */