Home
last modified time | relevance | path

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

/src/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c120 device_t hostb_dev; in bhnd_pwrctl_attach() local
133 hostb_dev = bhnd_bus_find_hostb_device(device_get_parent(sc->chipc_dev)); in bhnd_pwrctl_attach()
134 if (hostb_dev != NULL) in bhnd_pwrctl_attach()
135 hostb_class = bhnd_get_class(hostb_dev); in bhnd_pwrctl_attach()