Searched refs:pll_entry (Results 1 – 2 of 2) sorted by relevance
239 const struct cs43130_pll_params *pll_entry; in cs43130_pll_config() local244 pll_entry = cs43130_get_pll_table(cs43130->mclk, cs43130->mclk_int); in cs43130_pll_config()245 if (!pll_entry) in cs43130_pll_config()248 if (pll_entry->pll_cal_ratio == 0) { in cs43130_pll_config()260 pll_entry->pll_div_frac >> in cs43130_pll_config()264 pll_entry->pll_div_frac >> in cs43130_pll_config()268 pll_entry->pll_div_frac >> in cs43130_pll_config()271 pll_entry->pll_div_int); in cs43130_pll_config()272 regmap_write(cs43130->regmap, CS43130_PLL_SET_6, pll_entry->pll_divout); in cs43130_pll_config()274 pll_entry->pll_cal_ratio); in cs43130_pll_config()[all …]
1018 struct pll_entries *pll_entry = w100_pll_tables; in w100_get_xtal_table() local1021 if (freq == pll_entry->xtal_freq) in w100_get_xtal_table()1022 return pll_entry->pll_table; in w100_get_xtal_table()1023 pll_entry++; in w100_get_xtal_table()1024 } while (pll_entry->xtal_freq); in w100_get_xtal_table()