Searched refs:SST_MEM_IRAM (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/sound/soc/intel/haswell/ |
D | sst-haswell-dsp.c | 142 mod->type = SST_MEM_IRAM; in hsw_parse_module() 462 {0x80000, 0xE0000, 12, SST_MEM_IRAM}, /* I-SRAM - 12 * 32kB */ 468 {0xA0000, 0xF0000, 10, SST_MEM_IRAM}, /* I-SRAM - 10 * 32kB */ 517 case SST_MEM_IRAM: in hsw_block_get_bit()
|
/Linux-v4.19/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 */
|
/Linux-v4.19/sound/soc/intel/common/ |
D | sst-dsp-priv.h | 104 SST_MEM_IRAM = 0, enumerator
|
D | sst-firmware.c | 720 if (ba->type != SST_MEM_IRAM && ba->type != SST_MEM_DRAM) in block_alloc_fixed() 1200 case SST_MEM_IRAM: in sst_dsp_get_offset()
|