Home
last modified time | relevance | path

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

/optee_os/core/include/drivers/
H A Datmel_rstc.h24 struct rstctrl *sam_get_rstctrl(unsigned int reset_id);
34 static inline struct rstctrl *sam_get_rstctrl(unsigned int reset_id __unused) in sam_get_rstctrl() function
/optee_os/core/drivers/
H A Datmel_rstc.c133 struct rstctrl *sam_get_rstctrl(unsigned int reset_id) in sam_get_rstctrl() function
/optee_os/core/arch/arm/plat-sam/
H A Dscmi_server.c1192 rstctrl = sam_get_rstctrl(rd->reset_id); in sam_init_scmi_server()