Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-stm32/stm32f4/
H A Dclock.c42 #define RCC_CFGR_SWS0 (1 << 2) macro
46 #define RCC_CFGR_SWS_HSE RCC_CFGR_SWS0
/OK3568_Linux_fs/u-boot/drivers/clk/
H A Dclk_stm32f7.c44 #define RCC_CFGR_SWS0 BIT(2) macro
48 #define RCC_CFGR_SWS_HSE RCC_CFGR_SWS0