Home
last modified time | relevance | path

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

/components/drivers/reset/
A Dreset-simple.c34 if (assert ^ rsts->active_low) in reset_simple_update()
69 if (!rsts->reset_us) in reset_simple_reset()
79 rt_hw_us_delay(rsts->reset_us + (rsts->reset_us >> 1)); in reset_simple_reset()
111 struct reset_simple *rsts = rt_calloc(1, sizeof(*rsts)); in reset_simple_probe() local
113 if (!rsts) in reset_simple_probe()
120 if (!rsts->mmio_base) in reset_simple_probe()
126 rt_spin_lock_init(&rsts->lock); in reset_simple_probe()
128 rstcer = &rsts->parent; in reset_simple_probe()
130 rstcer->priv = rsts; in reset_simple_probe()
149 if (rsts->mmio_base) in reset_simple_probe()
[all …]

Completed in 3 milliseconds