Searched refs:core_region (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/bhnd/cores/chipc/
H A Dchipcvar.h206 struct chipc_region *core_region; /**< region containing core registers */ member in struct:chipc_softc
H A Dchipc.c182 if ((sc->core_region = chipc_find_region_by_rid(sc, 0)) == NULL) {
187 error = chipc_retain_region(sc, sc->core_region,
190 sc->core_region = NULL;
195 sc->core = sc->core_region->cr_res;
216 if (sc->core_region != NULL) {
217 chipc_release_region(sc, sc->core_region,
237 chipc_release_region(sc, sc->core_region, RF_ALLOCATED|RF_ACTIVE);

Completed in 83 milliseconds