Home
last modified time | relevance | path

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

/src/sys/dev/bhnd/cores/chipc/
H A Dbhnd_pmu_chipc.c63 struct chipc_softc *chipc_sc; in bhnd_pmu_chipc_probe() local
84 chipc_sc = device_get_softc(chipc); in bhnd_pmu_chipc_probe()
85 pcaps = bhnd_bus_read_4(chipc_sc->core, BHND_PMU_CAP); in bhnd_pmu_chipc_probe()
97 struct chipc_softc *chipc_sc; in bhnd_pmu_chipc_attach() local
101 chipc_sc = device_get_softc(device_get_parent(dev)); in bhnd_pmu_chipc_attach()
102 r = chipc_sc->core; in bhnd_pmu_chipc_attach()
/src/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c118 struct chipc_softc *chipc_sc; in bhnd_pwrctl_attach() local
157 chipc_sc = device_get_softc(sc->chipc_dev); in bhnd_pwrctl_attach()
158 sc->res = chipc_sc->core; in bhnd_pwrctl_attach()