Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/intel/haswell/
Dsst-haswell-dsp.c497 static const struct sst_sram_shift sram_shift[] = { variable
507 for (index = 0; index < ARRAY_SIZE(sram_shift); index++) { in hsw_block_get_bit()
508 if (sram_shift[index].dev_id == sst->id) in hsw_block_get_bit()
512 if (index < ARRAY_SIZE(sram_shift)) { in hsw_block_get_bit()
515 shift = sram_shift[index].dram_shift; in hsw_block_get_bit()
518 shift = sram_shift[index].iram_shift; in hsw_block_get_bit()