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

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

Completed in 43 milliseconds