Searched refs:SST_MEM_IRAM (Results 1 – 4 of 4) sorted by relevance
/sound/soc/intel/haswell/ |
D | sst-haswell-dsp.c | 140 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/ |
D | sst-baytrail-dsp.c | 94 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/ |
D | sst-dsp-priv.h | 100 SST_MEM_IRAM = 0, enumerator
|
D | sst-firmware.c | 723 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()
|