Lines Matching defs:sst_mem_block
232 struct sst_mem_block { struct
233 struct sst_dsp *dsp;
234 struct sst_module *module; /* module that uses this block */
237 u32 offset; /* offset from base */
238 u32 size; /* block size */
239 u32 index; /* block index 0..N */
240 enum sst_mem_type type; /* block memory type IRAM/DRAM */
241 const struct sst_block_ops *ops;/* block operations, if any */
244 u32 bytes_used; /* bytes in use by modules */
245 void *private; /* generic core does not touch this */
246 int users; /* number of modules using this block */
249 struct list_head module_list; /* Module list of blocks */
250 struct list_head list; /* Map list of free/used blocks */