Searched refs:adsp1_id (Results 1 – 1 of 1) sorted by relevance
2260 struct wmfw_adsp1_id_hdr adsp1_id; in wm_adsp1_setup_algs() local2272 ret = regmap_raw_read(dsp->regmap, mem->base, &adsp1_id, in wm_adsp1_setup_algs()2273 sizeof(adsp1_id)); in wm_adsp1_setup_algs()2280 n_algs = be32_to_cpu(adsp1_id.n_algs); in wm_adsp1_setup_algs()2282 wmfw_parse_id_header(dsp, &adsp1_id.fw, n_algs); in wm_adsp1_setup_algs()2285 adsp1_id.fw.id, adsp1_id.zm); in wm_adsp1_setup_algs()2290 adsp1_id.fw.id, adsp1_id.dm); in wm_adsp1_setup_algs()2295 pos = sizeof(adsp1_id) / sizeof(u32); in wm_adsp1_setup_algs()