Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/mmp/
H A Dclk-audio.c85 unsigned long freq_vco; member
158 freq = predivs[prediv].freq_vco; in audio_pll_recalc_rate()
178 long freq = predivs[prediv].freq_vco; in audio_pll_round_rate()
207 if (rate * postdivs[postdiv].divisor != predivs[prediv].freq_vco) in audio_pll_set_rate()
/openbmc/linux/drivers/clk/
H A Dclk-si5341.c79 u64 freq_vco; /* 13500–14256 MHz */ member
440 data->freq_vco = res; in si5341_clk_recalc_rate()
656 f = synth->data->freq_vco; in si5341_synth_clk_recalc_rate()
673 f = synth->data->freq_vco; in si5341_synth_clk_round_rate()
678 f = synth->data->freq_vco; in si5341_synth_clk_round_rate()
715 n_num = synth->data->freq_vco; in si5341_synth_clk_set_rate()