Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/intel/common/
Dsst-firmware.c493 sst_module->scratch_size = template->scratch_size; in sst_module_new()
1077 dsp->scratch_size = 0; in sst_block_alloc_scratch()
1080 module->id, module->scratch_size); in sst_block_alloc_scratch()
1081 if (dsp->scratch_size < module->scratch_size) in sst_block_alloc_scratch()
1082 dsp->scratch_size = module->scratch_size; in sst_block_alloc_scratch()
1086 dsp->scratch_size); in sst_block_alloc_scratch()
1088 if (dsp->scratch_size == 0) { in sst_block_alloc_scratch()
1097 ba.size = dsp->scratch_size; in sst_block_alloc_scratch()
1134 return dsp->scratch_size; in sst_block_alloc_scratch()
Dsst-dsp-priv.h132 u32 scratch_size; member
198 u32 scratch_size; /* global scratch memory required */ member
295 u32 scratch_size; member
/Linux-v5.4/sound/soc/intel/haswell/
Dsst-haswell-dsp.c56 __le32 scratch_size; member
105 module->info.persistent_size, module->info.scratch_size); in hsw_parse_module()
111 template.scratch_size = le32_to_cpu(module->info.scratch_size); in hsw_parse_module()
Dsst-haswell-ipc.c1168 stream->request.scratch_mem.size = dsp->scratch_size; in sst_hsw_stream_set_module_info()
1937 config.scratch_mem.size = module->scratch_size; in sst_hsw_module_enable()
/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_tmpl.h172 uint32_t scratch_size; member
Dqla_tmpl.c533 ent->t269.scratch_size = 5 * sizeof(uint32_t); in qla27xx_fwdt_entry_t269()
/Linux-v5.4/drivers/scsi/
Dstex.c226 __le32 scratch_size; member
1114 u32 data, scratch_size, mailboxdata, operationaldata; in stex_ss_handshake() local
1159 scratch_size = (hba->sts_count+1)*sizeof(u32); in stex_ss_handshake()
1160 h->scratch_size = cpu_to_le32(scratch_size); in stex_ss_handshake()
1213 memset(scratch, 0, scratch_size); in stex_ss_handshake()
/Linux-v5.4/drivers/crypto/qat/qat_common/
Dicp_qat_uclo.h317 unsigned int scratch_size; member