Home
last modified time | relevance | path

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

/src/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c197 struct bhnd_pwrctl_clkres *clkres, *crnext; in bhnd_pwrctl_detach() local
212 STAILQ_FOREACH_SAFE(clkres, &sc->clkres_list, cr_link, crnext) in bhnd_pwrctl_detach()
213 free(clkres, M_DEVBUF); in bhnd_pwrctl_detach()
312 struct bhnd_pwrctl_clkres *clkres; in bhnd_pwrctl_find_res() local
316 STAILQ_FOREACH(clkres, &sc->clkres_list, cr_link) { in bhnd_pwrctl_find_res()
317 if (clkres->owner == owner) in bhnd_pwrctl_find_res()
318 return (clkres); in bhnd_pwrctl_find_res()
335 struct bhnd_pwrctl_clkres *clkres; in bhnd_pwrctl_updateclk() local
368 STAILQ_FOREACH(clkres, &sc->clkres_list, cr_link) in bhnd_pwrctl_updateclk()
369 clock = bhnd_clock_max(clock, clkres->clock); in bhnd_pwrctl_updateclk()
[all …]