Searched refs:source_clock_freq (Results 1 – 1 of 1) sorted by relevance
59 const uint32_t source_clock_freq = 2500000; in clock_control_si32_pll_on() local61 const uint32_t div_n = (data->freq / source_clock_freq) * (div_m + 1) - 1; in clock_control_si32_pll_on()