Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/bhnd/bhndb/
H A Dbhndb_pci_hwdata.c211 BHND_MATCH_CORE_CLASS (BHND_DEVCLASS_PCIE),
239 BHND_MATCH_CORE_CLASS (BHND_DEVCLASS_PCIE),
268 BHND_MATCH_CORE_CLASS (BHND_DEVCLASS_PCIE),
478 .class = BHND_DEVCLASS_PCIE,
561 .class = BHND_DEVCLASS_PCIE,
644 .class = BHND_DEVCLASS_PCIE,
H A Dbhndb_pci.c1012 return (BHND_DEVCLASS_PCIE); in bhndb_expected_pci_devclass()
/freebsd-12.1/sys/dev/bhnd/
H A Dbhnd_types.h51 BHND_DEVCLASS_PCIE, /**< pcie host/device bridge */ enumerator
171 ((cls) == BHND_DEVCLASS_PCI || (cls) == BHND_DEVCLASS_PCIE || \
H A Dbhnd.c339 case BHND_DEVCLASS_PCIE: in bhnd_generic_get_probe_order()
/freebsd-12.1/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c152 if (hostb_class == BHND_DEVCLASS_PCIE || in bhnd_pwrctl_attach()
158 if (hostb_class == BHND_DEVCLASS_PCIE) in bhnd_pwrctl_attach()
/freebsd-12.1/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci.c110 KASSERT(bhnd_get_class(sc->dev) == BHND_DEVCLASS_PCIE, \
H A Dbhnd_pci_hostb.c365 if (bhnd_get_class(sc->dev) == BHND_DEVCLASS_PCIE) { in bhnd_pci_wars_early_once()
/freebsd-12.1/sys/mips/broadcom/
H A Dbcm_mips.c576 case BHND_DEVCLASS_PCIE: in bcm_mips_retain_cpu_intr()