scratch_size      317 drivers/crypto/qat/qat_common/icp_qat_uclo.h 	unsigned int scratch_size;
scratch_size      533 drivers/scsi/qla2xxx/qla_tmpl.c 		ent->t269.scratch_size = 5 * sizeof(uint32_t);
scratch_size      172 drivers/scsi/qla2xxx/qla_tmpl.h 			uint32_t scratch_size;
scratch_size      226 drivers/scsi/stex.c 	__le32 scratch_size;
scratch_size     1114 drivers/scsi/stex.c 	u32 data, scratch_size, mailboxdata, operationaldata;
scratch_size     1159 drivers/scsi/stex.c 	scratch_size = (hba->sts_count+1)*sizeof(u32);
scratch_size     1160 drivers/scsi/stex.c 	h->scratch_size = cpu_to_le32(scratch_size);
scratch_size     1213 drivers/scsi/stex.c 	memset(scratch, 0, scratch_size);
scratch_size      132 sound/soc/intel/common/sst-dsp-priv.h 	u32 scratch_size;
scratch_size      198 sound/soc/intel/common/sst-dsp-priv.h 	u32 scratch_size;		/* global scratch memory required */
scratch_size      295 sound/soc/intel/common/sst-dsp-priv.h 	u32 scratch_size;
scratch_size      493 sound/soc/intel/common/sst-firmware.c 	sst_module->scratch_size = template->scratch_size;
scratch_size     1077 sound/soc/intel/common/sst-firmware.c 	dsp->scratch_size = 0;
scratch_size     1080 sound/soc/intel/common/sst-firmware.c 			module->id, module->scratch_size);
scratch_size     1081 sound/soc/intel/common/sst-firmware.c 		if (dsp->scratch_size < module->scratch_size)
scratch_size     1082 sound/soc/intel/common/sst-firmware.c 			dsp->scratch_size = module->scratch_size;
scratch_size     1086 sound/soc/intel/common/sst-firmware.c 		dsp->scratch_size);
scratch_size     1088 sound/soc/intel/common/sst-firmware.c 	if (dsp->scratch_size == 0) {
scratch_size     1097 sound/soc/intel/common/sst-firmware.c 	ba.size = dsp->scratch_size;
scratch_size     1134 sound/soc/intel/common/sst-firmware.c 	return dsp->scratch_size;
scratch_size       56 sound/soc/intel/haswell/sst-haswell-dsp.c 	__le32 scratch_size;
scratch_size      105 sound/soc/intel/haswell/sst-haswell-dsp.c 		module->info.persistent_size, module->info.scratch_size);
scratch_size      111 sound/soc/intel/haswell/sst-haswell-dsp.c 	template.scratch_size = le32_to_cpu(module->info.scratch_size);
scratch_size     1168 sound/soc/intel/haswell/sst-haswell-ipc.c 	stream->request.scratch_mem.size = dsp->scratch_size;
scratch_size     1937 sound/soc/intel/haswell/sst-haswell-ipc.c 	config.scratch_mem.size = module->scratch_size;