Searched refs:adsp2_id (Results 1 – 1 of 1) sorted by relevance
2368 struct wmfw_adsp2_id_hdr adsp2_id; in wm_adsp2_setup_algs() local2380 ret = regmap_raw_read(dsp->regmap, mem->base, &adsp2_id, in wm_adsp2_setup_algs()2381 sizeof(adsp2_id)); in wm_adsp2_setup_algs()2388 n_algs = be32_to_cpu(adsp2_id.n_algs); in wm_adsp2_setup_algs()2390 wmfw_parse_id_header(dsp, &adsp2_id.fw, n_algs); in wm_adsp2_setup_algs()2393 adsp2_id.fw.id, adsp2_id.xm); in wm_adsp2_setup_algs()2398 adsp2_id.fw.id, adsp2_id.ym); in wm_adsp2_setup_algs()2403 adsp2_id.fw.id, adsp2_id.zm); in wm_adsp2_setup_algs()2408 pos = sizeof(adsp2_id) / sizeof(u32); in wm_adsp2_setup_algs()