Home
last modified time | relevance | path

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

/freebsd/sys/dev/mwl/
H A Dif_mwl_pci.c194 sc->sc_io0h = rman_get_bushandle(psc->sc_sr0); in mwl_pci_attach()
H A Dif_mwlvar.h254 bus_space_handle_t sc_io0h; /* BAR 0 */ 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()