Searched refs:SST_MEM_DRAM (Results 1 – 5 of 5) sorted by relevance
/sound/soc/intel/haswell/ |
D | sst-haswell-dsp.c | 146 mod->type = SST_MEM_DRAM; in hsw_parse_module() 455 {0x00000, 0x40000, 8, SST_MEM_DRAM}, /* D-SRAM0 - 8 * 32kB */ 456 {0x40000, 0x80000, 8, SST_MEM_DRAM}, /* D-SRAM1 - 8 * 32kB */ 462 {0x00000, 0xA0000, 20, SST_MEM_DRAM}, /* D-SRAM0,D-SRAM1,D-SRAM2 - 20 * 32kB */ 509 case SST_MEM_DRAM: in hsw_block_get_bit()
|
D | sst-haswell-ipc.c | 1173 sst_dsp_get_offset(dsp, runtime->persistent_offset, SST_MEM_DRAM); in sst_hsw_stream_set_module_info() 1177 sst_dsp_get_offset(dsp, dsp->scratch_offset, SST_MEM_DRAM); in sst_hsw_stream_set_module_info() 1937 runtime->persistent_offset, SST_MEM_DRAM); in sst_hsw_module_enable() 1942 dsp->scratch_offset, SST_MEM_DRAM); in sst_hsw_module_enable()
|
/sound/soc/intel/baytrail/ |
D | sst-baytrail-dsp.c | 99 mod->type = SST_MEM_DRAM; in sst_byt_parse_module() 255 {0x100000, 0x140000, 8, SST_MEM_DRAM}, /* D-SRAM0 - 8 * 32kB */
|
/sound/soc/intel/common/ |
D | sst-firmware.c | 723 if (ba->type != SST_MEM_IRAM && ba->type != SST_MEM_DRAM) in block_alloc_fixed() 878 ba.type = SST_MEM_DRAM; in sst_module_runtime_alloc_blocks() 1110 ba.type = SST_MEM_DRAM; in sst_block_alloc_scratch() 1206 case SST_MEM_DRAM: in sst_dsp_get_offset()
|
D | sst-dsp-priv.h | 101 SST_MEM_DRAM = 1, enumerator
|