Searched refs:divy (Results 1 – 1 of 1) sorted by relevance
901 int divy; in stm32mp1_read_pll_freq() local910 divy = (cfgr2 >> RCC_PLLNCFGR2_SHIFT(div_id)) & RCC_PLLNCFGR2_DIVX_MASK; in stm32mp1_read_pll_freq()912 debug("PLL%d : cfgr2=%x DIVY=%d\n", pll_id, cfgr2, divy); in stm32mp1_read_pll_freq()914 dfout = pll_get_fvco(priv, pll_id) / (divy + 1); in stm32mp1_read_pll_freq()