Home
last modified time | relevance | path

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

/drivers/soc/fsl/qe/
Dqe_common.c31 static struct gen_pool *muram_pool; variable
72 muram_pool = gen_pool_create(0, -1); in cpm_muram_init()
73 if (!muram_pool) { in cpm_muram_init()
88 ret = gen_pool_add(muram_pool, r.start - muram_pbase + in cpm_muram_init()
104 gen_pool_destroy(muram_pool); in cpm_muram_init()
124 if (!muram_pool && cpm_muram_init()) in cpm_muram_alloc_common()
127 start = gen_pool_alloc_algo(muram_pool, size, algo, data); in cpm_muram_alloc_common()
141 gen_pool_free(muram_pool, start, size); in cpm_muram_alloc_common()
190 gen_pool_free(muram_pool, offset + GENPOOL_OFFSET, size); in cpm_muram_free()