Home
last modified time | relevance | path

Searched refs:pll_entry (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/sound/soc/codecs/
Dcs43130.c240 const struct cs43130_pll_params *pll_entry; in cs43130_pll_config() local
245 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 …]
/Linux-v6.1/drivers/video/fbdev/
Dw100fb.c1030 struct pll_entries *pll_entry = w100_pll_tables; in w100_get_xtal_table() local
1033 if (freq == pll_entry->xtal_freq) in w100_get_xtal_table()
1034 return pll_entry->pll_table; in w100_get_xtal_table()
1035 pll_entry++; in w100_get_xtal_table()
1036 } while (pll_entry->xtal_freq); in w100_get_xtal_table()