Lines Matching refs:adsp1_id
1360 struct wmfw_adsp1_id_hdr adsp1_id; in wm_adsp1_setup_algs() local
1372 ret = regmap_raw_read(dsp->regmap, mem->base, &adsp1_id, in wm_adsp1_setup_algs()
1373 sizeof(adsp1_id)); in wm_adsp1_setup_algs()
1380 n_algs = be32_to_cpu(adsp1_id.n_algs); in wm_adsp1_setup_algs()
1381 dsp->fw_id = be32_to_cpu(adsp1_id.fw.id); in wm_adsp1_setup_algs()
1384 (be32_to_cpu(adsp1_id.fw.ver) & 0xff0000) >> 16, in wm_adsp1_setup_algs()
1385 (be32_to_cpu(adsp1_id.fw.ver) & 0xff00) >> 8, in wm_adsp1_setup_algs()
1386 be32_to_cpu(adsp1_id.fw.ver) & 0xff, in wm_adsp1_setup_algs()
1390 adsp1_id.fw.id, adsp1_id.zm); in wm_adsp1_setup_algs()
1395 adsp1_id.fw.id, adsp1_id.dm); in wm_adsp1_setup_algs()
1399 pos = sizeof(adsp1_id) / 2; in wm_adsp1_setup_algs()