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