Searched refs:adsp1_id (Results 1 – 1 of 1) sorted by relevance
1847 struct wmfw_adsp1_id_hdr adsp1_id; in cs_dsp_adsp1_setup_algs() local1859 ret = regmap_raw_read(dsp->regmap, mem->base, &adsp1_id, in cs_dsp_adsp1_setup_algs()1860 sizeof(adsp1_id)); in cs_dsp_adsp1_setup_algs()1867 n_algs = be32_to_cpu(adsp1_id.n_algs); in cs_dsp_adsp1_setup_algs()1869 cs_dsp_parse_wmfw_id_header(dsp, &adsp1_id.fw, n_algs); in cs_dsp_adsp1_setup_algs()1872 adsp1_id.fw.id, adsp1_id.fw.ver, in cs_dsp_adsp1_setup_algs()1873 adsp1_id.zm); in cs_dsp_adsp1_setup_algs()1878 adsp1_id.fw.id, adsp1_id.fw.ver, in cs_dsp_adsp1_setup_algs()1879 adsp1_id.dm); in cs_dsp_adsp1_setup_algs()1884 pos = sizeof(adsp1_id) / sizeof(u32); in cs_dsp_adsp1_setup_algs()