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

/freebsd-13-stable/sys/dev/hifn/
H A Dhifn7751var.h134 bus_space_tag_t sc_st0; /* bar0 bus space tag */ member in struct:hifn_softc
H A Dhifn7751.c173 u_int32_t v = bus_space_read_4(sc->sc_st0, sc->sc_sh0, reg);
419 sc->sc_st0 = rman_get_bustag(sc->sc_bar0res);
478 KASSERT(sc->sc_st0 != 0, ("hifn_attach: null bar0 tag!"));
2689 bus_space_read_4(sc->sc_st0, sc->sc_sh0, HIFN_0_PUCNFG);
2692 bus_space_write_4(sc->sc_st0, sc->sc_sh0, reg, val);

Completed in 162 milliseconds