Lines Matching +full:0 +full:x1c000000
12 .offset = 0x0,
16 .enable_reg = 0x0,
17 .enable_mask = BIT(0),
30 .offset = 0x0,
34 .enable_reg = 0x0,
35 .enable_mask = BIT(0),
48 .offset = 0x0,
56 .enable_reg = 0x0,
57 .enable_mask = BIT(0),
71 .l = 0x2a,
72 .config_ctl_val = 0x4001075b,
73 .main_output_mask = BIT(0),
76 .status_val = 0x3,
79 .test_ctl_hi_val = 0x00400003,
84 .l = 0x2d,
85 .config_ctl_val = 0x4001075b,
86 .main_output_mask = BIT(0),
89 .status_val = 0x3,
92 .test_ctl_hi_val = 0x00400003,
96 .l = 0x37,
97 .config_ctl_val = 0x240d4828,
98 .config_ctl_hi_val = 0x6,
102 .main_output_mask = BIT(0),
103 .test_ctl_val = 0x1c0000C0,
104 .test_ctl_hi_val = 0x4000,
108 .l = 0x48,
109 .config_ctl_val = 0x200d4828,
110 .config_ctl_hi_val = 0x6,
114 .main_output_mask = BIT(0),
115 .test_ctl_val = 0x1c000000,
116 .test_ctl_hi_val = 0x4000,
120 .l = 0x3b,
121 .config_ctl_val = 0x200d4828,
122 .config_ctl_hi_val = 0x6,
126 .main_output_mask = BIT(0),
127 .test_ctl_val = 0x0,
128 .test_ctl_hi_val = 0x4000,
171 .max_register = 0x40,
183 base = devm_platform_ioremap_resource(pdev, 0); in apss_ipq_pll_probe()