Lines Matching +full:0 +full:x22c
13 #define LVDCR0 0x0000
16 #define LVDCR0_LVMD_MASK (0xf << 8)
22 #define LVDCR0_LVRES (1 << 0)
24 #define LVDCR1 0x0004
27 #define LVDCR1_CLKSTBY (3 << 0)
29 #define LVDPLLCR 0x0008
34 #define LVDPLLCR_PLLDLYCNT_150M (0x1bf << 0)
35 #define LVDPLLCR_PLLDLYCNT_121M (0x22c << 0)
36 #define LVDPLLCR_PLLDLYCNT_60M (0x77b << 0)
37 #define LVDPLLCR_PLLDLYCNT_38M (0x69a << 0)
38 #define LVDPLLCR_PLLDLYCNT_MASK (0x7ff << 0)
40 #define LVDPLLCR_PLLDIVCNT_42M (0x014cb << 0)
41 #define LVDPLLCR_PLLDIVCNT_85M (0x00a45 << 0)
42 #define LVDPLLCR_PLLDIVCNT_128M (0x006c3 << 0)
43 #define LVDPLLCR_PLLDIVCNT_148M (0x046c1 << 0)
44 #define LVDPLLCR_PLLDIVCNT_MASK (0x7ffff << 0)
47 #define LVDPLLCR_PLLSEL_PLL0 (0 << 20)
59 #define LVDPLLCR_PLLM(n) ((n) << 0)
61 #define LVDCTRCR 0x000c
62 #define LVDCTRCR_CTR3SEL_ZERO (0 << 12)
66 #define LVDCTRCR_CTR2SEL_DISP (0 << 8)
72 #define LVDCTRCR_CTR1SEL_VSYNC (0 << 4)
78 #define LVDCTRCR_CTR0SEL_HSYNC (0 << 0)
79 #define LVDCTRCR_CTR0SEL_VSYNC (1 << 0)
80 #define LVDCTRCR_CTR0SEL_DISP (2 << 0)
81 #define LVDCTRCR_CTR0SEL_ODD (3 << 0)
82 #define LVDCTRCR_CTR0SEL_CDE (4 << 0)
83 #define LVDCTRCR_CTR0SEL_MASK (7 << 0)
85 #define LVDCHCR 0x0010
90 #define LVDSTRIPE 0x0014
91 #define LVDSTRIPE_ST_TRGSEL_DISP (0 << 2)
95 #define LVDSTRIPE_ST_ON (1 << 0)
97 #define LVDSCR 0x0018
105 #define LVDDIV 0x001c
109 #define LVDDIV_DIV(n) ((n) << 0)