Lines Matching refs:dpll_params
56 const struct dpll_params dpll_mpu[NUM_CRYSTAL_FREQ][NUM_OPPS] = {
91 const struct dpll_params dpll_core[NUM_CRYSTAL_FREQ] = {
98 const struct dpll_params dpll_per[NUM_CRYSTAL_FREQ] = {
105 const struct dpll_params epos_evm_dpll_ddr[NUM_CRYSTAL_FREQ] = {
112 const struct dpll_params gp_evm_dpll_ddr = {
115 static const struct dpll_params idk_dpll_ddr = {
322 const struct dpll_params *get_dpll_ddr_params(void) in get_dpll_ddr_params()
365 const struct dpll_params *get_dpll_mpu_params(void) in get_dpll_mpu_params()
373 const struct dpll_params *get_dpll_core_params(void) in get_dpll_core_params()
380 const struct dpll_params *get_dpll_per_params(void) in get_dpll_per_params()
500 const struct dpll_params *mpu_params; in scale_vcores()