Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-stm32/stm32f4/
H A Dclock.c110 #if !defined(CONFIG_STM32_HSE_HZ)
113 #if (CONFIG_STM32_HSE_HZ == 8000000)
210 sysclk = ((CONFIG_STM32_HSE_HZ / pllm) * plln) / pllp; in clock_get()
/OK3568_Linux_fs/u-boot/drivers/clk/
H A Dclk_stm32f7.c92 #if !defined(CONFIG_STM32_HSE_HZ)
95 #if (CONFIG_STM32_HSE_HZ == 25000000)
196 sysclk = ((CONFIG_STM32_HSE_HZ / pllm) * plln) / pllp; in stm32_clk_get_rate()
/OK3568_Linux_fs/u-boot/include/configs/
H A Dstm32f429-discovery.h49 #define CONFIG_STM32_HSE_HZ 8000000 macro
H A Dstm32f746-disco.h40 #define CONFIG_STM32_HSE_HZ 25000000 macro
/OK3568_Linux_fs/u-boot/scripts/
H A Dconfig_whitelist.txt2250 CONFIG_STM32_HSE_HZ