Searched refs:arefdiv (Results 1 – 1 of 1) sorted by relevance
38 unsigned long arefdiv, reg, mdiv; in agilex_clk_pll_recalc_rate() local43 arefdiv = (reg & SOCFPGA_PLL_AREFDIV_MASK) >> SOCFPGA_PLL_REFDIV_SHIFT; in agilex_clk_pll_recalc_rate()45 vco_freq = (unsigned long long)parent_rate / arefdiv; in agilex_clk_pll_recalc_rate()