Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Dstm32mp2_rcc_util.h20 struct rstctrl *stm32mp_rcc_reset_id_to_rstctrl(unsigned int binding_id);
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dstm32_util.h73 struct rstctrl *stm32mp_rcc_reset_id_to_rstctrl(unsigned int binding_id);
H A Dmain.c763 rstctrl = stm32mp_rcc_reset_id_to_rstctrl(MPSYST_R); in do_reset()
H A Dscmi_server.c1152 rstctrl = stm32mp_rcc_reset_id_to_rstctrl(rd->reset_id); in stm32mp1_init_scmi_server()
/optee_os/core/drivers/rstctrl/
H A Dstm32_rstctrl.c59 struct rstctrl *stm32mp_rcc_reset_id_to_rstctrl(unsigned int binding_id) in stm32mp_rcc_reset_id_to_rstctrl() function
/optee_os/core/arch/arm/plat-stm32mp2/
H A Dmain.c202 rstctrl = stm32mp_rcc_reset_id_to_rstctrl(SYS_R); in do_reset()
/optee_os/core/arch/arm/plat-stm32mp1/pm/
H A Dpsci.c245 rstctrl_assert(stm32mp_rcc_reset_id_to_rstctrl(MPSYST_R)); in psci_system_reset()