Home
last modified time | relevance | path

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

/drivers/soc/fsl/qe/
Dqe_common.c28 static struct gen_pool *muram_pool; variable
68 muram_pool = gen_pool_create(0, -1); in cpm_muram_init()
69 if (!muram_pool) { in cpm_muram_init()
84 ret = gen_pool_add(muram_pool, r.start - muram_pbase + in cpm_muram_init()
100 gen_pool_destroy(muram_pool); in cpm_muram_init()
124 start = gen_pool_alloc_algo(muram_pool, size, algo, data); in cpm_muram_alloc_common()
186 gen_pool_free(muram_pool, offset + GENPOOL_OFFSET, size); in cpm_muram_free()