Lines Matching defs:dpll_data
144 struct dpll_data { struct
145 void __iomem *mult_div1_reg;
146 u32 mult_mask;
147 u32 div1_mask;
148 struct clk *clk_bypass;
149 struct clk *clk_ref;
150 void __iomem *control_reg;
151 u32 enable_mask;
152 unsigned long last_rounded_rate;
153 u16 last_rounded_m;
154 u16 max_multiplier;
155 u8 last_rounded_n;
156 u8 min_divider;
157 u16 max_divider;
158 u8 modes;
160 void __iomem *autoidle_reg;
161 void __iomem *idlest_reg;
162 u32 autoidle_mask;
186 * similar to the struct dpll_data approach. argument
263 struct dpll_data *dpll_data; member