Lines Matching +full:0 +full:x148
22 #define PLLCTL 0x100
23 #define PLLM 0x110
24 #define PLLPRE 0x114
25 #define PLLDIV1 0x118
26 #define PLLDIV2 0x11c
27 #define PLLDIV3 0x120
28 #define PLLPOST 0x128
29 #define PLLCMD 0x138
30 #define PLLSTAT 0x13c
31 #define PLLALNCTL 0x140
32 #define PLLDCHANGE 0x144
33 #define PLLCKEN 0x148
34 #define PLLCKSTAT 0x14c
35 #define PLLSYSTAT 0x150
36 #define PLLDIV4 0x160
37 #define PLLDIV5 0x164
38 #define PLLDIV6 0x168
39 #define PLLDIV7 0x16c
40 #define PLLDIV8 0x170
41 #define PLLDIV9 0x174
42 #define PLLDIV10 0x178
43 #define PLLDIV11 0x17c
44 #define PLLDIV12 0x180
45 #define PLLDIV13 0x184
46 #define PLLDIV14 0x188
47 #define PLLDIV15 0x18c
48 #define PLLDIV16 0x190
51 #define PLLM_PLLM_MASK 0xff
59 #define PLLCTL_PLLEN BIT(0)
67 #define PLLCMD_GOSTAT BIT(0)
70 #define PLLSTAT_GOSTAT BIT(0)
74 #define PLLDIV_RATIO_MASK 0x1f
117 #define PLL_HAS_PRE BIT(0)