Searched refs:rstline (Results 1 – 2 of 2) sorted by relevance
61 struct stm32_rstline *rstline = NULL; in stm32mp_rcc_reset_id_to_rstctrl() local63 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()
135 struct sam_rstline *rstline = NULL; in sam_get_rstctrl() local137 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()