Searched refs:scratch_size (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/sound/soc/intel/common/ |
D | sst-firmware.c | 497 sst_module->scratch_size = template->scratch_size; in sst_module_new() 1081 dsp->scratch_size = 0; in sst_block_alloc_scratch() 1084 module->id, module->scratch_size); in sst_block_alloc_scratch() 1085 if (dsp->scratch_size < module->scratch_size) in sst_block_alloc_scratch() 1086 dsp->scratch_size = module->scratch_size; in sst_block_alloc_scratch() 1090 dsp->scratch_size); in sst_block_alloc_scratch() 1092 if (dsp->scratch_size == 0) { in sst_block_alloc_scratch() 1101 ba.size = dsp->scratch_size; in sst_block_alloc_scratch() 1138 return dsp->scratch_size; in sst_block_alloc_scratch()
|
D | sst-dsp-priv.h | 135 u32 scratch_size; member 201 u32 scratch_size; /* global scratch memory required */ member 294 u32 scratch_size; member
|
/linux-4.1.27/sound/soc/intel/haswell/ |
D | sst-haswell-dsp.c | 65 __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()
|
D | sst-haswell-ipc.c | 1179 stream->request.scratch_mem.size = dsp->scratch_size; in sst_hsw_stream_set_module_info() 1944 config.scratch_mem.size = module->scratch_size; in sst_hsw_module_enable()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/ |
D | tx.c | 1323 u16 copy_size, cmd_size, scratch_size; in iwl_pcie_enqueue_hcmd() local 1475 scratch_size = min_t(int, copy_size, IWL_HCMD_SCRATCHBUF_SIZE); in iwl_pcie_enqueue_hcmd() 1476 memcpy(&txq->scratchbufs[q->write_ptr], &out_cmd->hdr, scratch_size); in iwl_pcie_enqueue_hcmd() 1479 scratch_size, true); in iwl_pcie_enqueue_hcmd() 1482 if (copy_size > scratch_size) { in iwl_pcie_enqueue_hcmd() 1484 ((u8 *)&out_cmd->hdr) + scratch_size, in iwl_pcie_enqueue_hcmd() 1485 copy_size - scratch_size, in iwl_pcie_enqueue_hcmd() 1495 copy_size - scratch_size, false); in iwl_pcie_enqueue_hcmd()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_tmpl.h | 169 uint32_t scratch_size; member
|
D | qla_tmpl.c | 547 ent->t269.scratch_size = 5 * sizeof(uint32_t); in qla27xx_fwdt_entry_t269()
|
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | icp_qat_uclo.h | 289 unsigned int scratch_size; member
|
/linux-4.1.27/drivers/scsi/ |
D | stex.c | 211 __le32 scratch_size; member 1054 u32 data, scratch_size; in stex_ss_handshake() local 1082 scratch_size = (hba->sts_count+1)*sizeof(u32); in stex_ss_handshake() 1083 h->scratch_size = cpu_to_le32(scratch_size); in stex_ss_handshake() 1107 memset(scratch, 0, scratch_size); in stex_ss_handshake()
|