Searched refs:pll_entry (Results 1 – 1 of 1) sorted by relevance
240 const struct cs43130_pll_params *pll_entry; in cs43130_pll_config() local245 pll_entry = cs43130_get_pll_table(cs43130->mclk, cs43130->mclk_int); in cs43130_pll_config()246 if (!pll_entry) in cs43130_pll_config()249 if (pll_entry->pll_cal_ratio == 0) { in cs43130_pll_config()261 pll_entry->pll_div_frac >> in cs43130_pll_config()265 pll_entry->pll_div_frac >> in cs43130_pll_config()269 pll_entry->pll_div_frac >> in cs43130_pll_config()272 pll_entry->pll_div_int); in cs43130_pll_config()273 regmap_write(cs43130->regmap, CS43130_PLL_SET_6, pll_entry->pll_divout); in cs43130_pll_config()275 pll_entry->pll_cal_ratio); in cs43130_pll_config()[all …]