Home
last modified time | relevance | path

Searched refs:BHND_DEVCLASS_PCI (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/dev/bhnd/bhndb/
H A Dbhndb_pci_hwdata.c173 BHND_MATCH_CORE_CLASS (BHND_DEVCLASS_PCI),
193 BHND_MATCH_CORE_CLASS (BHND_DEVCLASS_PCI),
327 .class = BHND_DEVCLASS_PCI,
342 .class = BHND_DEVCLASS_PCI,
403 .class = BHND_DEVCLASS_PCI,
H A Dbhndb_pci.c1014 return (BHND_DEVCLASS_PCI); in bhndb_expected_pci_devclass()
/freebsd-12.1/sys/dev/bhnd/
H A Dbhnd_types.h50 BHND_DEVCLASS_PCI, /**< pci host/device bridge */ enumerator
171 ((cls) == BHND_DEVCLASS_PCI || (cls) == BHND_DEVCLASS_PCIE || \
H A Dbhnd.c338 case BHND_DEVCLASS_PCI: in bhnd_generic_get_probe_order()
/freebsd-12.1/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c147 if (cid->chip_rev <= 1 && hostb_class == BHND_DEVCLASS_PCI) in bhnd_pwrctl_attach()
153 hostb_class == BHND_DEVCLASS_PCI) in bhnd_pwrctl_attach()
/freebsd-12.1/sys/mips/broadcom/
H A Dbcm_mips.c575 case BHND_DEVCLASS_PCI: in bcm_mips_retain_cpu_intr()