Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Drtsxvar.h83 int rtsx_attach(struct rtsx_softc *, bus_space_tag_t,
H A Drtsx.c198 rtsx_attach(struct rtsx_softc *sc, bus_space_tag_t iot, in rtsx_attach() function
/netbsd-src/sys/dev/pci/
H A Drtsx_pci.c175 if (rtsx_attach(&sc->sc, iot, ioh, size, pa->pa_dmat, flags) != 0) { in rtsx_pci_attach()