Searched refs:adsp2_id (Results 1 – 1 of 1) sorted by relevance
2364 struct wmfw_adsp2_id_hdr adsp2_id; in wm_adsp2_setup_algs() local2376 ret = regmap_raw_read(dsp->regmap, mem->base, &adsp2_id, in wm_adsp2_setup_algs()2377 sizeof(adsp2_id)); in wm_adsp2_setup_algs()2384 n_algs = be32_to_cpu(adsp2_id.n_algs); in wm_adsp2_setup_algs()2386 wmfw_parse_id_header(dsp, &adsp2_id.fw, n_algs); in wm_adsp2_setup_algs()2389 adsp2_id.fw.id, adsp2_id.xm); in wm_adsp2_setup_algs()2394 adsp2_id.fw.id, adsp2_id.ym); in wm_adsp2_setup_algs()2399 adsp2_id.fw.id, adsp2_id.zm); in wm_adsp2_setup_algs()2404 pos = sizeof(adsp2_id) / sizeof(u32); in wm_adsp2_setup_algs()