Searched refs:divp1 (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/clk/ |
H A D | clk_stm32h7.c | 501 u32 divm1, divn1, divp1, divq1, divr1, fracn1; in stm32_get_PLL1_rate() local 532 divp1 = readl(®s->pll1divr) & RCC_PLL1DIVR_DIVP1_MASK; in stm32_get_PLL1_rate() 533 divp1 = (divp1 >> RCC_PLL1DIVR_DIVP1_SHIFT) + 1; in stm32_get_PLL1_rate() 548 __func__, divm1, divn1, divp1, divq1, divr1); in stm32_get_PLL1_rate() 554 return (vco + rate) / divp1; in stm32_get_PLL1_rate()
|