Lines Matching refs:pll_entry
240 const struct cs43130_pll_params *pll_entry;
245 pll_entry = cs43130_get_pll_table(cs43130->mclk, cs43130->mclk_int);
246 if (!pll_entry)
249 if (pll_entry->pll_cal_ratio == 0) {
261 pll_entry->pll_div_frac >>
265 pll_entry->pll_div_frac >>
269 pll_entry->pll_div_frac >>
272 pll_entry->pll_div_int);
273 regmap_write(cs43130->regmap, CS43130_PLL_SET_6, pll_entry->pll_divout);
275 pll_entry->pll_cal_ratio);
278 pll_entry->pll_mode << CS43130_PLL_MODE_SHIFT);
280 pll_entry->sclk_prediv);