Home
last modified time | relevance | path

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

/freebsd/sys/dev/mwl/
H A Dif_mwl_pci.c193 sc->sc_io0t = rman_get_bustag(psc->sc_sr0); in mwl_pci_attach()
H A Dif_mwlvar.h255 bus_space_tag_t sc_io0t; member
H A Dif_mwl.c274 return bus_space_read_4(sc->sc_io0t, sc->sc_io0h, off); in RD4()
281 bus_space_write_4(sc->sc_io0t, sc->sc_io0h, off, val); in WR4()