Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/
H A Dclk_stm32mp1.c901 int divy; in stm32mp1_read_pll_freq() local
910 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()