Lines Matching refs:start
34 s32 start; member
83 ret = gen_pool_add(muram_pool, r.start - muram_pbase + in cpm_muram_init()
118 s32 start; in cpm_muram_alloc_common() local
123 start = gen_pool_alloc_algo(muram_pool, size, algo, data); in cpm_muram_alloc_common()
124 if (!start) { in cpm_muram_alloc_common()
128 start = start - GENPOOL_OFFSET; in cpm_muram_alloc_common()
129 memset_io(cpm_muram_addr(start), 0, size); in cpm_muram_alloc_common()
130 entry->start = start; in cpm_muram_alloc_common()
134 return start; in cpm_muram_alloc_common()
149 s32 start; in cpm_muram_alloc() local
155 start = cpm_muram_alloc_common(size, gen_pool_first_fit_align, in cpm_muram_alloc()
158 return start; in cpm_muram_alloc()
178 if (tmp->start == offset) { in cpm_muram_free()
201 s32 start; in cpm_muram_alloc_fixed() local
207 start = cpm_muram_alloc_common(size, gen_pool_fixed_alloc, in cpm_muram_alloc_fixed()
210 return start; in cpm_muram_alloc_fixed()