Searched refs:adsp1_id (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/sound/soc/codecs/
H A Dwm_adsp.c1360 struct wmfw_adsp1_id_hdr adsp1_id; wm_adsp1_setup_algs() local
1372 ret = regmap_raw_read(dsp->regmap, mem->base, &adsp1_id, wm_adsp1_setup_algs()
1373 sizeof(adsp1_id)); wm_adsp1_setup_algs()
1380 n_algs = be32_to_cpu(adsp1_id.n_algs); wm_adsp1_setup_algs()
1381 dsp->fw_id = be32_to_cpu(adsp1_id.fw.id); wm_adsp1_setup_algs()
1384 (be32_to_cpu(adsp1_id.fw.ver) & 0xff0000) >> 16, wm_adsp1_setup_algs()
1385 (be32_to_cpu(adsp1_id.fw.ver) & 0xff00) >> 8, wm_adsp1_setup_algs()
1386 be32_to_cpu(adsp1_id.fw.ver) & 0xff, wm_adsp1_setup_algs()
1390 adsp1_id.fw.id, adsp1_id.zm); wm_adsp1_setup_algs()
1395 adsp1_id.fw.id, adsp1_id.dm); wm_adsp1_setup_algs()
1399 pos = sizeof(adsp1_id) / 2; wm_adsp1_setup_algs()

Completed in 89 milliseconds