Home
last modified time | relevance | path

Searched refs:bhnd_find_bridge_root (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/bhnd/cores/pcie2/
H A Dbhnd_pcie2_hostb.c115 sc->pci_dev = bhnd_find_bridge_root(dev, devclass_find("pci")); in bhnd_pcie2_hostb_attach()
/freebsd/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci_hostb.c233 sc->pci_dev = bhnd_find_bridge_root(dev, devclass_find("pci")); in bhnd_pci_hostb_attach()
/freebsd/sys/dev/bhnd/
H A Dbhnd.h468 device_t bhnd_find_bridge_root(device_t dev,
H A Dbhnd_subr.c597 bhnd_find_bridge_root(device_t dev, devclass_t bus_class) in bhnd_find_bridge_root() function