Home
last modified time | relevance | path

Searched refs:adsp2_id (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/sound/soc/codecs/
Dwm_adsp.c1463 struct wmfw_adsp2_id_hdr adsp2_id; in wm_adsp2_setup_algs() local
1475 ret = regmap_raw_read(dsp->regmap, mem->base, &adsp2_id, in wm_adsp2_setup_algs()
1476 sizeof(adsp2_id)); in wm_adsp2_setup_algs()
1483 n_algs = be32_to_cpu(adsp2_id.n_algs); in wm_adsp2_setup_algs()
1484 dsp->fw_id = be32_to_cpu(adsp2_id.fw.id); in wm_adsp2_setup_algs()
1485 dsp->fw_id_version = be32_to_cpu(adsp2_id.fw.ver); in wm_adsp2_setup_algs()
1494 adsp2_id.fw.id, adsp2_id.xm); in wm_adsp2_setup_algs()
1499 adsp2_id.fw.id, adsp2_id.ym); in wm_adsp2_setup_algs()
1504 adsp2_id.fw.id, adsp2_id.zm); in wm_adsp2_setup_algs()
1508 pos = sizeof(adsp2_id) / 2; in wm_adsp2_setup_algs()