Lines Matching refs:dpll_params
61 const struct dpll_params dpll_mpu[NUM_CRYSTAL_FREQ][NUM_OPPS] = {
96 const struct dpll_params dpll_core[NUM_CRYSTAL_FREQ] = {
103 const struct dpll_params dpll_per[NUM_CRYSTAL_FREQ] = {
110 const struct dpll_params epos_evm_dpll_ddr[NUM_CRYSTAL_FREQ] = {
117 const struct dpll_params gp_evm_dpll_ddr = {
120 static const struct dpll_params idk_dpll_ddr = {
327 const struct dpll_params *get_dpll_ddr_params(void) in get_dpll_ddr_params()
370 const struct dpll_params *get_dpll_mpu_params(void) in get_dpll_mpu_params()
378 const struct dpll_params *get_dpll_core_params(void) in get_dpll_core_params()
385 const struct dpll_params *get_dpll_per_params(void) in get_dpll_per_params()
505 const struct dpll_params *mpu_params; in scale_vcores()