Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/include/mach/
H A Dregs-lcd.h116 #define LCCR3_HSP (1 << 21) /* horizontal sync polarity */ macro
132 #define LCCR3_HorSnchH (LCCR3_HSP*0) /* HSP Active High */
133 #define LCCR3_HorSnchL (LCCR3_HSP*1) /* HSP Active Low */
/OK3568_Linux_fs/kernel/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 */
/OK3568_Linux_fs/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 */
/OK3568_Linux_fs/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 */
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dpxa_lcd.c548 fbi->reg_lccr3 = REG_LCCR3 & ~(LCCR3_HSP | LCCR3_VSP); in pxafb_init()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dpxafb.c82 #define LCCR3_INVALID_CONFIG_MASK (LCCR3_HSP | LCCR3_VSP |\
1254 fbi->reg_lccr3 |= (var->sync & FB_SYNC_HOR_HIGH_ACT) ? LCCR3_HSP : 0; in setup_smart_timing()