Lines Matching +full:1 +full:x
27 #define PLL_R(x) (((x) & 0x3f) << 0) argument
28 #define PLL_F(x) (((x) & 0x1ff) << 6) argument
29 #define PLL_Q(x) (((x) & 0x7) << 15) argument
30 #define PLL_RANGE(x) (((x) & 0x7) << 18) argument
31 #define PLL_BYPASS(x) (((x) & 0x1) << 24) argument
32 #define PLL_FSE(x) (((x) & 0x1) << 25) argument
33 #define PLL_LOCK(x) (((x) & 0x1) << 31) argument
37 #define PLL_BYPASS_ENABLE 1
38 #define PLL_FSE_INTERNAL 1
40 #define CORECLKSEL_CORECLKSEL(x) (((x) & 0x1) << 0) argument
43 #define CORECLKSEL_HFCLK 1