Searched refs:divy (Results 1 – 2 of 2) sorted by relevance
120 unsigned int sy0, sy1, dy0, dy1, divy; in crop_and_interpolate() local146 divy = sy1 - sy0; in crop_and_interpolate()147 if (divy == 0) { in crop_and_interpolate()149 divy = 1; in crop_and_interpolate()203 (divx * divy)); in crop_and_interpolate()
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()