Lines Matching +full:3 +full:e3
26 #define LVDCR1_CHSTBY(n) (3 << (2 + (n) * 2))
27 #define LVDCR1_CLKSTBY (3 << 0)
39 /* Gen3 but V3M,D3 and E3 */
45 /* D3 and E3 */
51 #define LVDPLLCR_CKSEL_EXTAL (3 << 17)
58 #define LVDPLLCR_PLLN(n) ((n) << 3)
69 #define LVDCTRCR_CTR2SEL_HSYNC (3 << 8)
75 #define LVDCTRCR_CTR1SEL_CDE (3 << 4)
81 #define LVDCTRCR_CTR0SEL_ODD (3 << 0)
86 #define LVDCHCR_CHSEL_CH(n, c) ((((c) - (n)) & 3) << ((n) * 4))
87 #define LVDCHCR_CHSEL_MASK(n) (3 << ((n) * 4))
89 /* All registers below are specific to D3 and E3 */