Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/bhnd/cores/chipc/
H A Dchipc.h79 bool pwr_ctrl; /**< Power/clock control available */ member
H A Dchipc_subr.c298 caps->extbus_type, CC_TFS(pwr_ctrl)); in chipc_print_caps()
H A Dchipc.c305 } else if (sc->caps.pwr_ctrl) { in chipc_add_children()
465 caps->pwr_ctrl = CHIPC_GET_FLAG(cap_reg, CHIPC_CAP_PWR_CTL); in chipc_read_caps()
/freebsd-13.1/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c103 if (ccaps->pmu || !ccaps->pwr_ctrl) in bhnd_pwrctl_probe()
/freebsd-13.1/sys/dev/bhnd/siba/
H A Dsiba.c288 if (ccaps.pwr_ctrl) { in siba_alloc_pmu()