Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/
H A Dclk_stm32h7.c501 u32 divm1, divn1, divp1, divq1, divr1, fracn1; in stm32_get_PLL1_rate() local
535 divq1 = readl(&regs->pll1divr) & RCC_PLL1DIVR_DIVQ1_MASK; in stm32_get_PLL1_rate()
536 divq1 = (divq1 >> RCC_PLL1DIVR_DIVQ1_SHIFT) + 1; in stm32_get_PLL1_rate()
548 __func__, divm1, divn1, divp1, divq1, divr1); in stm32_get_PLL1_rate()
557 return (vco + rate) / divq1; in stm32_get_PLL1_rate()