Searched refs:cr_res (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/bhnd/cores/chipc/
H A Dchipc_subr.c340 cr->cr_res = NULL;
381 if (cr->cr_res != NULL) {
383 cr->cr_res);
466 KASSERT(cr->cr_res == NULL,
476 cr->cr_res = bhnd_alloc_resource(sc->dev,
479 if (cr->cr_res == NULL) {
498 cr->cr_res_rid, cr->cr_res);
535 KASSERT(cr->cr_res != NULL, ("release on NULL region resource"));
545 SYS_RES_MEMORY, cr->cr_res_rid, cr->cr_res);
559 cr->cr_res_rid, cr->cr_res);
[all...]
H A Dchipc_private.h104 struct bhnd_resource *cr_res; /**< bus resource, or NULL */ member in struct:chipc_region
105 int cr_res_rid; /**< cr_res RID, if any. */
H A Dchipc.c201 sc->core = sc->core_region->cr_res;
1043 if (cr->cr_res->direct) {
1044 error = chipc_init_child_resource(r, cr->cr_res->res,

Completed in 102 milliseconds