Lines Matching defs:reset_id
982 const uint32_t reset_id = be32dec(data);
983 if (reset_id >= sc->sc_nrsts)
987 *reset = reset_id;
1000 jh7110_clkc_reset_set(struct jh71x0_clkc_softc *sc, unsigned reset_id,
1003 const uint32_t off = (reset_id / 32) * sizeof(uint32_t);
1004 const uint32_t bit = reset_id % 32;
1028 __func__, reset_id, status, bit, assert ? "" : "de");
1040 const uint32_t reset_id = *reset;
1042 return jh7110_clkc_reset_set(sc, reset_id, true);
1050 const uint32_t reset_id = *reset;
1052 return jh7110_clkc_reset_set(sc, reset_id, false);