Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/include/mach/
H A Dregs-lcd.h117 #define LCCR3_PCP (1 << 22) /* Pixel Clock Polarity (L_PCLK) */ macro
118 #define LCCR3_PixRsEdg (LCCR3_PCP*0) /* Pixel clock Rising-Edge */
119 #define LCCR3_PixFlEdg (LCCR3_PCP*1) /* Pixel clock Falling-Edge */
/OK3568_Linux_fs/kernel/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 */
/OK3568_Linux_fs/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 */
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dpxafb.c1772 fbi->lccr3 |= (lcd_conn & LCD_PCLK_EDGE_FALL) ? LCCR3_PCP : 0; in pxafb_decode_mach_info()
1982 inf->lccr3 = (inf->lccr3 & ~LCCR3_PCP) | LCCR3_PixFlEdg; in parse_opt()
1985 inf->lccr3 = (inf->lccr3 & ~LCCR3_PCP) | LCCR3_PixRsEdg; in parse_opt()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2182 #define LCCR3_PCP (1 << 22) /* pixel clock polarity */ macro