Searched refs:RCC_PLL2DIVR (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/clk/ |
D | clk-stm32h7.c | 30 #define RCC_PLL2DIVR 0x38 macro 646 .offset_divr = RCC_PLL2DIVR, 965 M_ODF("pll2_p", "vco2", RCC_PLLCFGR, 19, RCC_PLL2DIVR, 9, 7), 966 M_ODF("pll2_q", "vco2", RCC_PLLCFGR, 20, RCC_PLL2DIVR, 16, 7), 967 M_ODF("pll2_r", "vco2", RCC_PLLCFGR, 21, RCC_PLL2DIVR, 24, 7),
|