Home
last modified time | relevance | path

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

/src/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c119 bhnd_devclass_t hostb_class; in bhnd_pwrctl_attach() local
132 hostb_class = BHND_DEVCLASS_INVALID; in bhnd_pwrctl_attach()
135 hostb_class = bhnd_get_class(hostb_dev); in bhnd_pwrctl_attach()
140 if (cid->chip_rev <= 1 && hostb_class == BHND_DEVCLASS_PCI) in bhnd_pwrctl_attach()
145 if (hostb_class == BHND_DEVCLASS_PCIE || in bhnd_pwrctl_attach()
146 hostb_class == BHND_DEVCLASS_PCI) in bhnd_pwrctl_attach()
151 if (hostb_class == BHND_DEVCLASS_PCIE) in bhnd_pwrctl_attach()