Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/bhnd/bhndb/
H A Dbhndb_pci_hwdata.c209 BHND_MATCH_CORE_CLASS (BHND_DEVCLASS_PCIE),
237 BHND_MATCH_CORE_CLASS (BHND_DEVCLASS_PCIE),
265 BHND_MATCH_CORE_CLASS (BHND_DEVCLASS_PCIE),
474 .class = BHND_DEVCLASS_PCIE,
557 .class = BHND_DEVCLASS_PCIE,
640 .class = BHND_DEVCLASS_PCIE,
H A Dbhndb_pci.c1011 return (BHND_DEVCLASS_PCIE); in bhndb_expected_pci_devclass()
/freebsd-13.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.c338 case BHND_DEVCLASS_PCIE: in bhnd_generic_get_probe_order()
/freebsd-13.1/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c151 if (hostb_class == BHND_DEVCLASS_PCIE || in bhnd_pwrctl_attach()
157 if (hostb_class == BHND_DEVCLASS_PCIE) in bhnd_pwrctl_attach()
/freebsd-13.1/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci.c109 KASSERT(bhnd_get_class(sc->dev) == BHND_DEVCLASS_PCIE, \
H A Dbhnd_pci_hostb.c364 if (bhnd_get_class(sc->dev) == BHND_DEVCLASS_PCIE) { in bhnd_pci_wars_early_once()
/freebsd-13.1/sys/mips/broadcom/
H A Dbcm_mips.c574 case BHND_DEVCLASS_PCIE: in bcm_mips_retain_cpu_intr()