Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/st/clk/
Dstm32mp1_clk.c1301 static int stm32mp1_osc_wait(bool enable, uint32_t offset, uint32_t mask_rdy) in stm32mp1_osc_wait() function
1362 if (stm32mp1_osc_wait(true, RCC_BDCR, RCC_BDCR_LSERDY) != 0) { in stm32mp1_lse_wait()
1371 if (stm32mp1_osc_wait(enable, RCC_RDLSICR, RCC_RDLSICR_LSIRDY) != 0) { in stm32mp1_lsi_set()
1389 if (stm32mp1_osc_wait(true, RCC_OCRDYR, RCC_OCRDYR_HSERDY) != 0) { in stm32mp1_hse_enable()
1408 if (stm32mp1_osc_wait(enable, RCC_OCRDYR, RCC_OCRDYR_CSIRDY) != 0) { in stm32mp1_csi_set()
1416 if (stm32mp1_osc_wait(enable, RCC_OCRDYR, RCC_OCRDYR_HSIRDY) != 0) { in stm32mp1_hsi_set()