Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_param_shading.c120 unsigned int sy0, sy1, dy0, dy1, divy; in crop_and_interpolate() local
146 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()
/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()