Home
last modified time | relevance | path

Searched refs:BHND_DEVCLASS_PCIE (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pci_hwdata.c207 BHND_MATCH_CORE_CLASS (BHND_DEVCLASS_PCIE),
235 BHND_MATCH_CORE_CLASS (BHND_DEVCLASS_PCIE),
263 BHND_MATCH_CORE_CLASS (BHND_DEVCLASS_PCIE),
472 .class = BHND_DEVCLASS_PCIE,
555 .class = BHND_DEVCLASS_PCIE,
638 .class = BHND_DEVCLASS_PCIE,
H A Dbhndb_pci.c1009 return (BHND_DEVCLASS_PCIE); in bhndb_expected_pci_devclass()
/freebsd/sys/dev/bhnd/
H A Dbhnd_types.h50 BHND_DEVCLASS_PCIE, /**< pcie host/device bridge */ enumerator
170 ((cls) == BHND_DEVCLASS_PCI || (cls) == BHND_DEVCLASS_PCIE || \
H A Dbhnd.c337 case BHND_DEVCLASS_PCIE: in bhnd_generic_get_probe_order()
/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c145 if (hostb_class == BHND_DEVCLASS_PCIE || in bhnd_pwrctl_attach()
151 if (hostb_class == BHND_DEVCLASS_PCIE) in bhnd_pwrctl_attach()
/freebsd/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci.c107 KASSERT(bhnd_get_class(sc->dev) == BHND_DEVCLASS_PCIE, \
H A Dbhnd_pci_hostb.c362 if (bhnd_get_class(sc->dev) == BHND_DEVCLASS_PCIE) { in bhnd_pci_wars_early_once()