Home
last modified time | relevance | path

Searched refs:chipc_retain_region (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc_private.h79 int chipc_retain_region(struct chipc_softc *sc,
H A Dchipc.c188 error = chipc_retain_region(sc, sc->core_region, in chipc_attach()
849 if ((error = chipc_retain_region(sc, cr, RF_ALLOCATED))) in chipc_alloc_resource()
982 if ((error = chipc_retain_region(sc, cr, RF_ACTIVE))) in chipc_try_activate_resource()
H A Dchipc_subr.c449 chipc_retain_region(struct chipc_softc *sc, struct chipc_region *cr, int flags) in chipc_retain_region() function