Home
last modified time | relevance | path

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

/drivers/clk/
Dclk-stm32f4.c28 #define STM32F4_RCC_PLLCFGR 0x04 macro
548 { "vco", STM32F4_RCC_PLLCFGR, 24, 25 },
1746 base + STM32F4_RCC_PLLCFGR, 22, 1, 0, in stm32f4_rcc_init()
1749 pllm = readl(base + STM32F4_RCC_PLLCFGR) & 0x3f; in stm32f4_rcc_init()