Searched refs:hold_boot (Results 1 – 2 of 2) sorted by relevance
53 struct rstctrl *hold_boot; member96 if (!rproc || !rproc->hold_boot) in stm32_rproc_start()105 res = rstctrl_deassert_to(rproc->hold_boot, TIMEOUT_US_1MS); in stm32_rproc_start()107 res = rstctrl_assert_to(rproc->hold_boot, TIMEOUT_US_1MS); in stm32_rproc_start()116 if (!rproc->hold_boot || !rproc->mcu_rst) in rproc_stop()119 res = rstctrl_assert_to(rproc->hold_boot, TIMEOUT_US_1MS); in rproc_stop()397 res = rstctrl_dt_get_by_name(fdt, node, "hold_boot", &rproc->hold_boot); in stm32_rproc_probe()
1995 reset-names = "mcu_rst", "hold_boot";