Home
last modified time | relevance | path

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

/freebsd-13.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.c337 case BHND_DEVCLASS_PCI: in bhnd_generic_get_probe_order()
/freebsd-13.1/sys/dev/bhnd/bhndb/
H A Dbhndb_pci_hwdata.c171 BHND_MATCH_CORE_CLASS (BHND_DEVCLASS_PCI),
191 BHND_MATCH_CORE_CLASS (BHND_DEVCLASS_PCI),
323 .class = BHND_DEVCLASS_PCI,
338 .class = BHND_DEVCLASS_PCI,
399 .class = BHND_DEVCLASS_PCI,
H A Dbhndb_pci.c1013 return (BHND_DEVCLASS_PCI); in bhndb_expected_pci_devclass()
/freebsd-13.1/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c146 if (cid->chip_rev <= 1 && hostb_class == BHND_DEVCLASS_PCI) in bhnd_pwrctl_attach()
152 hostb_class == BHND_DEVCLASS_PCI) in bhnd_pwrctl_attach()
/freebsd-13.1/sys/mips/broadcom/
H A Dbcm_mips.c573 case BHND_DEVCLASS_PCI: in bcm_mips_retain_cpu_intr()