Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Drstctrl.h82 static inline TEE_Result rstctrl_assert_to(struct rstctrl *rstctrl, in rstctrl_assert_to() function
90 return rstctrl_assert_to(rstctrl, RSTCTRL_NO_TIMEOUT); in rstctrl_assert()
/optee_os/core/drivers/remoteproc/
H A Dstm32_remoteproc.c107 res = rstctrl_assert_to(rproc->hold_boot, TIMEOUT_US_1MS); in stm32_rproc_start()
119 res = rstctrl_assert_to(rproc->hold_boot, TIMEOUT_US_1MS); in rproc_stop()
121 res = rstctrl_assert_to(rproc->mcu_rst, TIMEOUT_US_1MS); in rproc_stop()
/optee_os/core/drivers/
H A Dstm32_omm.c262 if (rstctrl_assert_to(ospi_d->reset[reset_i], in stm32_omm_configure()
H A Dstm32_rng.c317 rstctrl_assert_to(stm32_rng->rstctrl, RNG_RESET_TIMEOUT_US)) { in stm32_rng_init()
/optee_os/core/drivers/crypto/stm32/
H A Dstm32_hash.c852 rstctrl_assert_to(stm32_hash->pdata.reset, RESET_TIMEOUT_US_1MS)) in stm32_hash_probe()
H A Dstm32_cryp.c334 res = rstctrl_assert_to(cryp_pdata.reset, TIMEOUT_US_1MS); in stm32_cryp_reset()
H A Dstm32_saes.c1383 if (rstctrl_assert_to(saes_pdata.reset, TIMEOUT_US_1MS)) in stm32_saes_reset()
H A Dstm32_pka.c1670 res = rstctrl_assert_to(pka_pdata.reset, TIMEOUT_US_1MS); in stm32_pka_reset()
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dscmi_server.c675 if (rstctrl_assert_to(rd->rstctrl, TIMEOUT_US_1MS)) in plat_scmi_rd_autonomous()