Searched refs:sc_st1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/hifn/
H A Dhifn7751var.h138 bus_space_tag_t sc_st1; /* bar1 bus space tag */ member in struct:hifn_softc
H A Dhifn7751.c182 u_int32_t v = bus_space_read_4(sc->sc_st1, sc->sc_sh1, reg);
430 sc->sc_st1 = rman_get_bustag(sc->sc_bar1res);
480 KASSERT(sc->sc_st1 != 0, ("hifn_attach: null bar1 tag!"));
2700 bus_space_read_4(sc->sc_st1, sc->sc_sh1, HIFN_1_REVID);
2703 bus_space_write_4(sc->sc_st1, sc->sc_sh1, reg, val);

Completed in 59 milliseconds