Home
last modified time | relevance | path

Searched refs:pll_entry (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dcs43130.c239 const struct cs43130_pll_params *pll_entry; in cs43130_pll_config() local
244 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 in cs43130_pll_config()
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A 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 in cs43130_pll_config()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A 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()

Completed in 6 milliseconds