Searched refs:stm32_reset_update (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/drivers/rstctrl/ |
| H A D | stm32mp21_rstctrl.c | 18 static TEE_Result stm32_reset_update(struct rstctrl *rstctrl, bool state, in stm32_reset_update() function 71 return stm32_reset_update(rstctrl, true, to_us); in stm32_reset_assert() 77 return stm32_reset_update(rstctrl, false, to_us); in stm32_reset_deassert()
|
| H A D | stm32mp25_rstctrl.c | 18 static TEE_Result stm32_reset_update(struct rstctrl *rstctrl, bool state, in stm32_reset_update() function 71 return stm32_reset_update(rstctrl, true, to_us); in stm32_reset_assert() 77 return stm32_reset_update(rstctrl, false, to_us); in stm32_reset_deassert()
|