Lines Matching refs:dpll_params
80 struct dpll_params { struct
107 extern const struct dpll_params dpll_mpu_opp[NUM_CRYSTAL_FREQ][NUM_OPPS]; argument
108 extern const struct dpll_params dpll_core_1000MHz[NUM_CRYSTAL_FREQ];
109 extern const struct dpll_params dpll_per_192MHz[NUM_CRYSTAL_FREQ];
110 extern const struct dpll_params dpll_ddr2_266MHz[NUM_CRYSTAL_FREQ];
111 extern const struct dpll_params dpll_ddr3_303MHz[NUM_CRYSTAL_FREQ];
112 extern const struct dpll_params dpll_ddr3_400MHz[NUM_CRYSTAL_FREQ];
116 const struct dpll_params *get_dpll_mpu_params(void);
117 const struct dpll_params *get_dpll_core_params(void);
118 const struct dpll_params *get_dpll_per_params(void);
119 const struct dpll_params *get_dpll_ddr_params(void);
121 void do_setup_dpll(const struct dpll_regs *, const struct dpll_params *);