Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H 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 */
H A Dpxafb.c82 #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()
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1786 #define LCCR3_HSP 0x00200000 /* Horizontal Synchronization */ macro
1788 #define LCCR3_HorSnchH (LCCR3_HSP*0) /* Horizontal Synchronization */
1790 #define LCCR3_HorSnchL (LCCR3_HSP*1) /* Horizontal Synchronization */
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2181 #define LCCR3_HSP (1 << 21) /* horizontal sync polarity */ macro
2205 #define LCCR3_HorSnchH (LCCR3_HSP*0) /* Horizontal Synchronization */
2207 #define LCCR3_HorSnchL (LCCR3_HSP*1) /* Horizontal Synchronization */
/openbmc/u-boot/drivers/video/
H A Dpxa_lcd.c547 fbi->reg_lccr3 = REG_LCCR3 & ~(LCCR3_HSP | LCCR3_VSP); in pxafb_init()
/openbmc/u-boot/include/
H A DSA-1100.h2817 #define LCCR3_HSP 0x00200000 /* Horizontal Synchronization */ macro
2819 #define LCCR3_HorSnchH (LCCR3_HSP*0) /* Horizontal Synchronization */
2821 #define LCCR3_HorSnchL (LCCR3_HSP*1) /* Horizontal Synchronization */