Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/arch-pxa/
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 */
/external/u-boot/include/
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 */
/external/u-boot/drivers/video/
Dpxa_lcd.c547 fbi->reg_lccr3 = REG_LCCR3 & ~(LCCR3_HSP | LCCR3_VSP); in pxafb_init()