Searched refs:adsp2_id (Results 1 – 1 of 1) sorted by relevance
2361 struct wmfw_adsp2_id_hdr adsp2_id; in wm_adsp2_setup_algs() local2373 ret = regmap_raw_read(dsp->regmap, mem->base, &adsp2_id, in wm_adsp2_setup_algs()2374 sizeof(adsp2_id)); in wm_adsp2_setup_algs()2381 n_algs = be32_to_cpu(adsp2_id.n_algs); in wm_adsp2_setup_algs()2383 wmfw_parse_id_header(dsp, &adsp2_id.fw, n_algs); in wm_adsp2_setup_algs()2386 adsp2_id.fw.id, adsp2_id.xm); in wm_adsp2_setup_algs()2391 adsp2_id.fw.id, adsp2_id.ym); in wm_adsp2_setup_algs()2396 adsp2_id.fw.id, adsp2_id.zm); in wm_adsp2_setup_algs()2401 pos = sizeof(adsp2_id) / sizeof(u32); in wm_adsp2_setup_algs()