Home
last modified time | relevance | path

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

/sound/soc/intel/common/
Dsst-firmware.c505 sst_module->scratch_size = template->scratch_size; in sst_module_new()
1089 dsp->scratch_size = 0; in sst_block_alloc_scratch()
1092 module->id, module->scratch_size); in sst_block_alloc_scratch()
1093 if (dsp->scratch_size < module->scratch_size) in sst_block_alloc_scratch()
1094 dsp->scratch_size = module->scratch_size; in sst_block_alloc_scratch()
1098 dsp->scratch_size); in sst_block_alloc_scratch()
1100 if (dsp->scratch_size == 0) { in sst_block_alloc_scratch()
1109 ba.size = dsp->scratch_size; in sst_block_alloc_scratch()
1146 return dsp->scratch_size; in sst_block_alloc_scratch()
Dsst-dsp-priv.h137 u32 scratch_size; member
203 u32 scratch_size; /* global scratch memory required */ member
300 u32 scratch_size; member
/sound/soc/intel/haswell/
Dsst-haswell-dsp.c65 __le32 scratch_size; member
112 module->info.persistent_size, module->info.scratch_size); in hsw_parse_module()
118 template.scratch_size = module->info.scratch_size; in hsw_parse_module()
Dsst-haswell-ipc.c1178 stream->request.scratch_mem.size = dsp->scratch_size; in sst_hsw_stream_set_module_info()
1943 config.scratch_mem.size = module->scratch_size; in sst_hsw_module_enable()