Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/
H A Dclk_stm32f.c23 #define RCC_CR_PLLON BIT(24) macro
155 | RCC_CR_PLLON | RCC_CR_PLLSAION)); in configure_clocks()
222 setbits_le32(&regs->cr, RCC_CR_PLLON); in configure_clocks()