Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/intel/common/
Dsst-firmware.c502 sst_module->scratch_size = template->scratch_size; in sst_module_new()
1086 dsp->scratch_size = 0; in sst_block_alloc_scratch()
1089 module->id, module->scratch_size); in sst_block_alloc_scratch()
1090 if (dsp->scratch_size < module->scratch_size) in sst_block_alloc_scratch()
1091 dsp->scratch_size = module->scratch_size; in sst_block_alloc_scratch()
1095 dsp->scratch_size); in sst_block_alloc_scratch()
1097 if (dsp->scratch_size == 0) { in sst_block_alloc_scratch()
1106 ba.size = dsp->scratch_size; in sst_block_alloc_scratch()
1143 return dsp->scratch_size; in sst_block_alloc_scratch()
Dsst-dsp-priv.h141 u32 scratch_size; member
207 u32 scratch_size; /* global scratch memory required */ member
304 u32 scratch_size; member
/Linux-v4.19/sound/soc/intel/haswell/
Dsst-haswell-dsp.c65 __le32 scratch_size; member
114 module->info.persistent_size, module->info.scratch_size); in hsw_parse_module()
120 template.scratch_size = le32_to_cpu(module->info.scratch_size); in hsw_parse_module()
Dsst-haswell-ipc.c1177 stream->request.scratch_mem.size = dsp->scratch_size; in sst_hsw_stream_set_module_info()
1942 config.scratch_mem.size = module->scratch_size; in sst_hsw_module_enable()
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_tmpl.h169 uint32_t scratch_size; member
Dqla_tmpl.c605 ent->t269.scratch_size = 5 * sizeof(uint32_t); in qla27xx_fwdt_entry_t269()
/Linux-v4.19/drivers/scsi/
Dstex.c231 __le32 scratch_size; member
1119 u32 data, scratch_size, mailboxdata, operationaldata; in stex_ss_handshake() local
1164 scratch_size = (hba->sts_count+1)*sizeof(u32); in stex_ss_handshake()
1165 h->scratch_size = cpu_to_le32(scratch_size); in stex_ss_handshake()
1218 memset(scratch, 0, scratch_size); in stex_ss_handshake()
/Linux-v4.19/drivers/crypto/qat/qat_common/
Dicp_qat_uclo.h317 unsigned int scratch_size; member