Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/fsl-mc/bus/
Dmc-allocator.c160 [FSL_MC_POOL_DPMCP] = "dpmcp",
303 error = fsl_mc_resource_allocate(mc_bus, FSL_MC_POOL_DPMCP, &resource); in fsl_mc_portal_allocate()
348 if (WARN_ON(resource->type != FSL_MC_POOL_DPMCP)) in fsl_mc_portal_free()
370 if (WARN_ON(resource->type != FSL_MC_POOL_DPMCP)) in fsl_mc_portal_reset()
432 if (WARN_ON(pool_type == FSL_MC_POOL_DPMCP)) in fsl_mc_object_allocate()
466 if (WARN_ON(resource->type == FSL_MC_POOL_DPMCP)) in fsl_mc_object_free()
/linux-4.1.27/drivers/staging/fsl-mc/include/
Dmc.h75 FSL_MC_POOL_DPMCP = 0x0, /* corresponds to "dpmcp" in the MC */ enumerator