Searched refs:TIMEOUT_US_1MS (Results 1 – 6 of 6) sorted by relevance
| /optee_os/core/drivers/remoteproc/ |
| H A D | stm32_remoteproc.c | 21 #define TIMEOUT_US_1MS U(1000) macro 105 res = rstctrl_deassert_to(rproc->hold_boot, TIMEOUT_US_1MS); in stm32_rproc_start() 107 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/regulator/ |
| H A D | stm32_vrefbuf.c | 33 #define TIMEOUT_US_1MS U(1 * 1000) macro 137 vr->disable_timeout = timeout_init_us(TIMEOUT_US_1MS); in vrefbuf_set_state()
|
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | scmi_server.c | 36 #define TIMEOUT_US_1MS 1000 macro 675 if (rstctrl_assert_to(rd->rstctrl, TIMEOUT_US_1MS)) in plat_scmi_rd_autonomous() 678 if (rstctrl_deassert_to(rd->rstctrl, TIMEOUT_US_1MS)) in plat_scmi_rd_autonomous()
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | stm32_cryp.c | 87 #define TIMEOUT_US_1MS 1000U macro 334 res = rstctrl_assert_to(cryp_pdata.reset, TIMEOUT_US_1MS); in stm32_cryp_reset() 340 return rstctrl_deassert_to(cryp_pdata.reset, TIMEOUT_US_1MS); in stm32_cryp_reset()
|
| H A D | stm32_saes.c | 132 #define TIMEOUT_US_1MS U(1000) macro 1383 if (rstctrl_assert_to(saes_pdata.reset, TIMEOUT_US_1MS)) in stm32_saes_reset() 1388 if (rstctrl_deassert_to(saes_pdata.reset, TIMEOUT_US_1MS)) in stm32_saes_reset()
|
| H A D | stm32_pka.c | 162 #define TIMEOUT_US_1MS U(1000) macro 1670 res = rstctrl_assert_to(pka_pdata.reset, TIMEOUT_US_1MS); in stm32_pka_reset() 1676 return rstctrl_deassert_to(pka_pdata.reset, TIMEOUT_US_1MS); in stm32_pka_reset()
|