Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/starfive/
H A Dclk-starfive-jh7110-pll.c80 struct jh7110_pll_preset { struct
91 const struct jh7110_pll_preset *presets; argument
160 static const struct jh7110_pll_preset jh7110_pll0_presets[] = {
218 static const struct jh7110_pll_preset jh7110_pll1_presets[] = {
246 static const struct jh7110_pll_preset jh7110_pll2_presets[] = {
332 const struct jh7110_pll_preset *selected = &info->presets[0]; in jh7110_pll_determine_rate()
343 const struct jh7110_pll_preset *val = &info->presets[idx]; in jh7110_pll_determine_rate()
361 const struct jh7110_pll_preset *val; in jh7110_pll_set_rate()