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

/freebsd-13-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_pcivar.h120 bhndb_pci_set_regwin_t set_regwin; /**< regwin handler */ member in struct:bhndb_pci_softc
H A Dbhndb_pci.c371 sc->set_regwin = NULL;
395 sc->set_regwin = bhndb_pci_compat_setregwin;
397 sc->set_regwin = bhndb_pci_fast_setregwin;
885 return (sc->set_regwin(sc->dev, sc->parent, rw, addr));

Completed in 64 milliseconds