Home
last modified time | relevance | path

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

/external/u-boot/drivers/clk/
Dclk_stm32f.c26 #define RCC_CR_PLLSAIRDY BIT(29) macro
228 while (!(readl(&regs->cr) & RCC_CR_PLLSAIRDY)) in configure_clocks()
588 while (!(readl(&regs->cr) & RCC_CR_PLLSAIRDY)) in stm32_set_rate()