Home
last modified time | relevance | path

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

/sound/soc/intel/haswell/
Dsst-haswell-dsp.c140 mod->type = SST_MEM_IRAM; in hsw_parse_module()
457 {0x80000, 0xE0000, 12, SST_MEM_IRAM}, /* I-SRAM - 12 * 32kB */
463 {0xA0000, 0xF0000, 10, SST_MEM_IRAM}, /* I-SRAM - 10 * 32kB */
512 case SST_MEM_IRAM: in hsw_block_get_bit()
/sound/soc/intel/baytrail/
Dsst-baytrail-dsp.c94 mod->type = SST_MEM_IRAM; in sst_byt_parse_module()
254 {0xC0000, 0x100000, 8, SST_MEM_IRAM}, /* I-SRAM - 8 * 32kB */
/sound/soc/intel/common/
Dsst-dsp-priv.h100 SST_MEM_IRAM = 0, enumerator
Dsst-firmware.c723 if (ba->type != SST_MEM_IRAM && ba->type != SST_MEM_DRAM) in block_alloc_fixed()
1203 case SST_MEM_IRAM: in sst_dsp_get_offset()