Searched refs:RCC_PLL3DIVR (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/clk/ ! |
D | clk-stm32h7.c | 32 #define RCC_PLL3DIVR 0x40 macro 654 .offset_divr = RCC_PLL3DIVR, 971 M_ODF("pll3_p", "vco3", RCC_PLLCFGR, 22, RCC_PLL3DIVR, 9, 7), 972 M_ODF("pll3_q", "vco3", RCC_PLLCFGR, 23, RCC_PLL3DIVR, 16, 7), 973 M_ODF("pll3_r", "vco3", RCC_PLLCFGR, 24, RCC_PLL3DIVR, 24, 7),
|