Home
last modified time | relevance | path

Searched refs:rstline (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/rstctrl/
H A Dstm32_rstctrl.c61 struct stm32_rstline *rstline = NULL; in stm32mp_rcc_reset_id_to_rstctrl() local
63 rstline = find_or_allocate_rstline(binding_id, stm32_reset_pdata); in stm32mp_rcc_reset_id_to_rstctrl()
65 assert(rstline); in stm32mp_rcc_reset_id_to_rstctrl()
66 return &rstline->rstctrl; in stm32mp_rcc_reset_id_to_rstctrl()
/optee_os/core/drivers/
H A Datmel_rstc.c135 struct sam_rstline *rstline = NULL; in sam_get_rstctrl() local
137 rstline = find_or_allocate_rstline(reset_id, &sama7_reset_data); in sam_get_rstctrl()
138 assert(rstline); in sam_get_rstctrl()
140 return &rstline->rstctrl; in sam_get_rstctrl()