Home
last modified time | relevance | path

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

/components/drivers/reset/
A Dreset-simple.c27 int bank = id / (reg_width * 8); in reset_simple_update() local
32 reg = HWREG32(rsts->mmio_base + (bank * reg_width)); in reset_simple_update()
43 HWREG32(rsts->mmio_base + (bank * reg_width)) = reg; in reset_simple_update()
88 int bank = rstc->id / (reg_width * 8); in reset_simple_status() local
92 value = HWREG32(rsts->mmio_base + (bank * reg_width)); in reset_simple_status()

Completed in 8 milliseconds