Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc.c183 if ((sc->core_region = chipc_find_region_by_rid(sc, 0)) == NULL) { in chipc_attach()
188 error = chipc_retain_region(sc, sc->core_region, in chipc_attach()
191 sc->core_region = NULL; in chipc_attach()
196 sc->core = sc->core_region->cr_res; in chipc_attach()
226 if (sc->core_region != NULL) { in chipc_attach()
227 chipc_release_region(sc, sc->core_region, in chipc_attach()
250 chipc_release_region(sc, sc->core_region, RF_ALLOCATED|RF_ACTIVE); in chipc_detach()
840 if (cr == sc->core_region && cr->cr_addr == start && in chipc_alloc_resource()
H A Dchipcvar.h155 struct chipc_region *core_region; /**< region containing core registers */ member