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

/freebsd-13-stable/sys/dev/hifn/
H A Dhifn7751var.h133 bus_space_handle_t sc_sh0; /* bar0 bus space handle */ member in struct:hifn_softc
H A Dhifn7751.c173 u_int32_t v = bus_space_read_4(sc->sc_st0, sc->sc_sh0, reg);
420 sc->sc_sh0 = rman_get_bushandle(sc->sc_bar0res);
479 KASSERT(sc->sc_sh0 != 0, ("hifn_attach: null bar0 handle!"));
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 72 milliseconds