Searched defs:sst_mem_block (Results 1 – 1 of 1) sorted by relevance
237 struct sst_mem_block { struct238 struct sst_dsp *dsp;239 struct sst_module *module; /* module that uses this block */242 u32 offset; /* offset from base */243 u32 size; /* block size */244 u32 index; /* block index 0..N */245 enum sst_mem_type type; /* block memory type IRAM/DRAM */246 const struct sst_block_ops *ops;/* block operations, if any */249 u32 bytes_used; /* bytes in use by modules */250 void *private; /* generic core does not touch this */[all …]