Searched refs:stm32mp1_osc_wait (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/drivers/st/clk/ |
| H A D | stm32mp1_clk.c | 1553 static int stm32mp1_osc_wait(bool enable, uint32_t offset, uint32_t mask_rdy) in stm32mp1_osc_wait() function 1619 if (stm32mp1_osc_wait(true, RCC_BDCR, RCC_BDCR_LSERDY) != 0) { in stm32mp1_lse_wait() 1628 if (stm32mp1_osc_wait(enable, RCC_RDLSICR, RCC_RDLSICR_LSIRDY) != 0) { in stm32mp1_lsi_set() 1646 if (stm32mp1_osc_wait(true, RCC_OCRDYR, RCC_OCRDYR_HSERDY) != 0) { in stm32mp1_hse_enable() 1665 if (stm32mp1_osc_wait(enable, RCC_OCRDYR, RCC_OCRDYR_CSIRDY) != 0) { in stm32mp1_csi_set() 1673 if (stm32mp1_osc_wait(enable, RCC_OCRDYR, RCC_OCRDYR_HSIRDY) != 0) { in stm32mp1_hsi_set()
|