Searched defs:avs_spec (Results 1 – 1 of 1) sorted by relevance
69 struct avs_spec { struct70 const char *name;72 const struct avs_dsp_ops *const dsp_ops;73 struct avs_fw_version min_fw_version; /* anything below is rejected */75 const u32 core_init_mask; /* used during DSP boot */76 const u64 attributes; /* bitmask of AVS_PLATATTR_* */77 const u32 sram_base_offset;78 const u32 sram_window_size;79 const u32 rom_status;