Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/clk/
H A Dclk_stm32f7.c60 #define PWR_CSR1_ODSWRDY BIT(17) macro
160 while (!(readl(&STM32_PWR->csr1) & PWR_CSR1_ODSWRDY)) in configure_clocks()