Home
last modified time | relevance | path

Searched refs:bhnd_class (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/bhnd/cores/pmu/
HDbhnd_pmu.c110 devclass_t bhnd_class; in bhnd_pmu_attach() local
122 bhnd_class = devclass_find("bhnd"); in bhnd_pmu_attach()
125 if (device_get_devclass(bus) == bhnd_class) in bhnd_pmu_attach()
/freebsd-13-stable/sys/mips/broadcom/
HDbcm_mips.c500 devclass_t bhnd_class; in bcm_mips_find_bhnd_parent() local
502 bhnd_class = devclass_find("bhnd"); in bcm_mips_find_bhnd_parent()
505 if (device_get_devclass(bus) == bhnd_class) in bcm_mips_find_bhnd_parent()