Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pcivar.h119 bhndb_pci_set_regwin_t set_regwin; /**< regwin handler */ member
H A Dbhndb_pci.c369 sc->set_regwin = NULL; in bhndb_pci_attach()
393 sc->set_regwin = bhndb_pci_compat_setregwin; in bhndb_pci_attach()
395 sc->set_regwin = bhndb_pci_fast_setregwin; in bhndb_pci_attach()
883 return (sc->set_regwin(sc->dev, sc->parent, rw, addr)); in bhndb_pci_set_window_addr()