Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/intel/common/
Dsst-firmware.c491 sst_module->scratch_size = template->scratch_size; in sst_module_new()
1075 dsp->scratch_size = 0; in sst_block_alloc_scratch()
1078 module->id, module->scratch_size); in sst_block_alloc_scratch()
1079 if (dsp->scratch_size < module->scratch_size) in sst_block_alloc_scratch()
1080 dsp->scratch_size = module->scratch_size; in sst_block_alloc_scratch()
1084 dsp->scratch_size); in sst_block_alloc_scratch()
1086 if (dsp->scratch_size == 0) { in sst_block_alloc_scratch()
1095 ba.size = dsp->scratch_size; in sst_block_alloc_scratch()
1132 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
/linux-4.4.14/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.c1183 stream->request.scratch_mem.size = dsp->scratch_size; in sst_hsw_stream_set_module_info()
1948 config.scratch_mem.size = module->scratch_size; in sst_hsw_module_enable()
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
Dtx.c1330 u16 copy_size, cmd_size, scratch_size; in iwl_pcie_enqueue_hcmd() local
1510 scratch_size = min_t(int, copy_size, IWL_HCMD_SCRATCHBUF_SIZE); in iwl_pcie_enqueue_hcmd()
1511 memcpy(&txq->scratchbufs[q->write_ptr], &out_cmd->hdr, scratch_size); in iwl_pcie_enqueue_hcmd()
1514 scratch_size, true); in iwl_pcie_enqueue_hcmd()
1517 if (copy_size > scratch_size) { in iwl_pcie_enqueue_hcmd()
1519 ((u8 *)&out_cmd->hdr) + scratch_size, in iwl_pcie_enqueue_hcmd()
1520 copy_size - scratch_size, in iwl_pcie_enqueue_hcmd()
1530 copy_size - scratch_size, false); in iwl_pcie_enqueue_hcmd()
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_tmpl.h169 uint32_t scratch_size; member
Dqla_tmpl.c547 ent->t269.scratch_size = 5 * sizeof(uint32_t); in qla27xx_fwdt_entry_t269()
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dicp_qat_uclo.h289 unsigned int scratch_size; member
/linux-4.4.14/drivers/scsi/
Dstex.c212 __le32 scratch_size; member
1047 u32 data, scratch_size; in stex_ss_handshake() local
1075 scratch_size = (hba->sts_count+1)*sizeof(u32); in stex_ss_handshake()
1076 h->scratch_size = cpu_to_le32(scratch_size); in stex_ss_handshake()
1100 memset(scratch, 0, scratch_size); in stex_ss_handshake()