Lines Matching refs:pll_entry
239 const struct cs43130_pll_params *pll_entry;
244 pll_entry = cs43130_get_pll_table(cs43130->mclk, cs43130->mclk_int);
245 if (!pll_entry)
248 if (pll_entry->pll_cal_ratio == 0) {
260 pll_entry->pll_div_frac >>
264 pll_entry->pll_div_frac >>
268 pll_entry->pll_div_frac >>
271 pll_entry->pll_div_int);
272 regmap_write(cs43130->regmap, CS43130_PLL_SET_6, pll_entry->pll_divout);
274 pll_entry->pll_cal_ratio);
277 pll_entry->pll_mode << CS43130_PLL_MODE_SHIFT);
279 pll_entry->sclk_prediv);