Home
last modified time | relevance | path

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

/optee_os/core/pta/tests/
H A Ddt_driver_test.c228 struct rstctrl *rstctrl0 = NULL; in probe_test_resets() local
235 res = rstctrl_dt_get_by_index(fdt, node, 0, &rstctrl0); in probe_test_resets()
241 if (rstctrl_assert(rstctrl0)) { in probe_test_resets()
242 EMSG("Can't assert rstctrl %s", rstctrl_name(rstctrl0)); in probe_test_resets()
251 if (rstctrl != rstctrl0) { in probe_test_resets()
261 if (!rstctrl1 || rstctrl1 == rstctrl0) { in probe_test_resets()