Searched defs:avs_spec (Results 1 – 1 of 1) sorted by relevance
77 struct avs_spec { struct78 const char *name;80 const struct avs_dsp_ops *const dsp_ops;81 struct avs_fw_version min_fw_version; /* anything below is rejected */83 const u32 core_init_mask; /* used during DSP boot */84 const u64 attributes; /* bitmask of AVS_PLATATTR_* */85 const u32 sram_base_offset;86 const u32 sram_window_size;87 const u32 rom_status;