Home
last modified time | relevance | path

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

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