Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/include/mach/
H A Dregs-lcd.h126 #define LCCR3_PCD Fld (8, 0) /* Pixel Clock Divisor */ macro
127 #define LCCR3_PixClkDiv(Div) (((Div) << FShft (LCCR3_PCD)))
/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1750 #define LCCR3_PCD Fld (8, 0) /* Pixel Clock Divisor/2 - 2 */ macro
1755 (((Div) - 4)/2 << FShft (LCCR3_PCD))
1759 (((Div) - 3)/2 << FShft (LCCR3_PCD))
/OK3568_Linux_fs/u-boot/include/
H A DSA-1100.h2781 #define LCCR3_PCD Fld (8, 0) /* Pixel Clock Divisor/2 - 2 */ macro
2786 (((Div) - 4)/2 << FShft (LCCR3_PCD))
2790 (((Div) - 3)/2 << FShft (LCCR3_PCD))
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2192 #define LCCR3_PCD Fld (8, 0) /* Pixel Clock Divisor */ macro
2194 (((Div) << FShft (LCCR3_PCD)))
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dpxafb.c83 LCCR3_PCD | LCCR3_BPP(0xf))