Home
last modified time | relevance | path

Searched refs:LCCR3_PCP (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dpxa3xx-regs.h118 #define LCCR3_PCP (1 << 22) /* Pixel Clock Polarity (L_PCLK) */ macro
119 #define LCCR3_PixRsEdg (LCCR3_PCP*0) /* Pixel clock Rising-Edge */
120 #define LCCR3_PixFlEdg (LCCR3_PCP*1) /* Pixel clock Falling-Edge */
H A Dpxafb.c1769 fbi->lccr3 |= (lcd_conn & LCD_PCLK_EDGE_FALL) ? LCCR3_PCP : 0; in pxafb_decode_mach_info()
1978 inf->lccr3 = (inf->lccr3 & ~LCCR3_PCP) | LCCR3_PixFlEdg; in parse_opt()
1981 inf->lccr3 = (inf->lccr3 & ~LCCR3_PCP) | LCCR3_PixRsEdg; in parse_opt()
/openbmc/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1792 #define LCCR3_PCP 0x00400000 /* Pixel Clock Polarity (L_PCLK) */ macro
1793 #define LCCR3_PixRsEdg (LCCR3_PCP*0) /* Pixel clock Rising-Edge */
1794 #define LCCR3_PixFlEdg (LCCR3_PCP*1) /* Pixel clock Falling-Edge */
/openbmc/u-boot/include/
H A DSA-1100.h2823 #define LCCR3_PCP 0x00400000 /* Pixel Clock Polarity (L_PCLK) */ macro
2824 #define LCCR3_PixRsEdg (LCCR3_PCP*0) /* Pixel clock Rising-Edge */
2825 #define LCCR3_PixFlEdg (LCCR3_PCP*1) /* Pixel clock Falling-Edge */
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2182 #define LCCR3_PCP (1 << 22) /* pixel clock polarity */ macro