Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c120 bhnd_devclass_t hostb_class; in bhnd_pwrctl_attach() local
133 hostb_class = BHND_DEVCLASS_INVALID; in bhnd_pwrctl_attach()
136 hostb_class = bhnd_get_class(hostb_dev); in bhnd_pwrctl_attach()
141 if (cid->chip_rev <= 1 && hostb_class == BHND_DEVCLASS_PCI) in bhnd_pwrctl_attach()
146 if (hostb_class == BHND_DEVCLASS_PCIE || in bhnd_pwrctl_attach()
147 hostb_class == BHND_DEVCLASS_PCI) in bhnd_pwrctl_attach()
152 if (hostb_class == BHND_DEVCLASS_PCIE) in bhnd_pwrctl_attach()