Lines Matching refs:adsp2_id
1772 struct wmfw_adsp2_id_hdr adsp2_id; in cs_dsp_adsp2_setup_algs() local
1784 ret = regmap_raw_read(dsp->regmap, mem->base, &adsp2_id, in cs_dsp_adsp2_setup_algs()
1785 sizeof(adsp2_id)); in cs_dsp_adsp2_setup_algs()
1792 n_algs = be32_to_cpu(adsp2_id.n_algs); in cs_dsp_adsp2_setup_algs()
1794 cs_dsp_parse_wmfw_id_header(dsp, &adsp2_id.fw, n_algs); in cs_dsp_adsp2_setup_algs()
1797 adsp2_id.fw.id, adsp2_id.fw.ver, in cs_dsp_adsp2_setup_algs()
1798 adsp2_id.xm); in cs_dsp_adsp2_setup_algs()
1803 adsp2_id.fw.id, adsp2_id.fw.ver, in cs_dsp_adsp2_setup_algs()
1804 adsp2_id.ym); in cs_dsp_adsp2_setup_algs()
1809 adsp2_id.fw.id, adsp2_id.fw.ver, in cs_dsp_adsp2_setup_algs()
1810 adsp2_id.zm); in cs_dsp_adsp2_setup_algs()
1815 pos = sizeof(adsp2_id) / sizeof(u32); in cs_dsp_adsp2_setup_algs()