Searched defs:RCC_CR_HSION (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-stm32/stm32f4/ | ||
| H A D | clock.c | 16 #define RCC_CR_HSION (1 << 0) macro |
| /rk3399_rockchip-uboot/drivers/clk/ | ||
| H A D | clk_stm32f7.c | 17 #define RCC_CR_HSION BIT(0) macro |