Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-stm32/stm32f4/
H A Dclock.c37 #define RCC_CFGR_SW1 (1 << 1) macro
41 #define RCC_CFGR_SW_PLL RCC_CFGR_SW1
180 clrbits_le32(&STM32_RCC->cfgr, (RCC_CFGR_SW0 | RCC_CFGR_SW1)); in configure_clocks()
/OK3568_Linux_fs/u-boot/drivers/clk/
H A Dclk_stm32f7.c39 #define RCC_CFGR_SW1 BIT(1) macro
43 #define RCC_CFGR_SW_PLL RCC_CFGR_SW1
164 clrbits_le32(&regs->cfgr, (RCC_CFGR_SW0 | RCC_CFGR_SW1)); in configure_clocks()