Lines Matching defs:tegra_clk_pll_params
300 struct tegra_clk_pll_params { struct
301 unsigned long input_min;
302 unsigned long input_max;
303 unsigned long cf_min;
304 unsigned long cf_max;
305 unsigned long vco_min;
306 unsigned long vco_max;
308 u32 base_reg;
309 u32 misc_reg;
310 u32 lock_reg;
311 u32 lock_mask;
312 u32 lock_enable_bit_idx;
313 u32 iddq_reg;
314 u32 iddq_bit_idx;
315 u32 reset_reg;
316 u32 reset_bit_idx;
317 u32 sdm_din_reg;
318 u32 sdm_din_mask;
319 u32 sdm_ctrl_reg;
320 u32 sdm_ctrl_en_mask;
344 unsigned long (*adjust_vco)(struct tegra_clk_pll_params *pll_params, argument
346 void (*set_defaults)(struct tegra_clk_pll *pll);
347 int (*dyn_ramp)(struct tegra_clk_pll *pll,
349 int (*pre_rate_change)(void);
350 void (*post_rate_change)(void);