Searched refs:pll_entry (Results 1 – 2 of 2) sorted by relevance
242 const struct cs43130_pll_params *pll_entry; in cs43130_pll_config() local247 pll_entry = cs43130_get_pll_table(cs43130->mclk, cs43130->mclk_int); in cs43130_pll_config()248 if (!pll_entry) in cs43130_pll_config()251 if (pll_entry->pll_cal_ratio == 0) { in cs43130_pll_config()263 pll_entry->pll_div_frac >> in cs43130_pll_config()267 pll_entry->pll_div_frac >> in cs43130_pll_config()271 pll_entry->pll_div_frac >> in cs43130_pll_config()274 pll_entry->pll_div_int); in cs43130_pll_config()275 regmap_write(cs43130->regmap, CS43130_PLL_SET_6, pll_entry->pll_divout); in cs43130_pll_config()277 pll_entry->pll_cal_ratio); in cs43130_pll_config()[all …]
1026 struct pll_entries *pll_entry = w100_pll_tables; in w100_get_xtal_table() local1029 if (freq == pll_entry->xtal_freq) in w100_get_xtal_table()1030 return pll_entry->pll_table; in w100_get_xtal_table()1031 pll_entry++; in w100_get_xtal_table()1032 } while (pll_entry->xtal_freq); in w100_get_xtal_table()