sram_shift        488 sound/soc/intel/haswell/sst-haswell-dsp.c static const struct sst_sram_shift sram_shift[] = {
sram_shift        498 sound/soc/intel/haswell/sst-haswell-dsp.c 	for (index = 0; index < ARRAY_SIZE(sram_shift); index++) {
sram_shift        499 sound/soc/intel/haswell/sst-haswell-dsp.c 		if (sram_shift[index].dev_id == sst->id)
sram_shift        503 sound/soc/intel/haswell/sst-haswell-dsp.c 	if (index < ARRAY_SIZE(sram_shift)) {
sram_shift        506 sound/soc/intel/haswell/sst-haswell-dsp.c 			shift = sram_shift[index].dram_shift;
sram_shift        509 sound/soc/intel/haswell/sst-haswell-dsp.c 			shift = sram_shift[index].iram_shift;