Lines Matching refs:dpll_params
54 const struct dpll_params dpll_mpu[NUM_CRYSTAL_FREQ][NUM_OPPS] = {
89 const struct dpll_params dpll_core[NUM_CRYSTAL_FREQ] = {
96 const struct dpll_params dpll_per[NUM_CRYSTAL_FREQ] = {
103 const struct dpll_params epos_evm_dpll_ddr[NUM_CRYSTAL_FREQ] = {
110 const struct dpll_params gp_evm_dpll_ddr = {
113 static const struct dpll_params idk_dpll_ddr = {
320 const struct dpll_params *get_dpll_ddr_params(void) in get_dpll_ddr_params()
363 const struct dpll_params *get_dpll_mpu_params(void) in get_dpll_mpu_params()
371 const struct dpll_params *get_dpll_core_params(void) in get_dpll_core_params()
378 const struct dpll_params *get_dpll_per_params(void) in get_dpll_per_params()
488 const struct dpll_params *mpu_params; in scale_vcores()