Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dwm_adsp.c2072 struct wmfw_adsp2_id_hdr adsp2_id; in wm_adsp2_setup_algs() local
2084 ret = regmap_raw_read(dsp->regmap, mem->base, &adsp2_id, in wm_adsp2_setup_algs()
2085 sizeof(adsp2_id)); in wm_adsp2_setup_algs()
2092 n_algs = be32_to_cpu(adsp2_id.n_algs); in wm_adsp2_setup_algs()
2093 dsp->fw_id = be32_to_cpu(adsp2_id.fw.id); in wm_adsp2_setup_algs()
2094 dsp->fw_id_version = be32_to_cpu(adsp2_id.fw.ver); in wm_adsp2_setup_algs()
2103 adsp2_id.fw.id, adsp2_id.xm); in wm_adsp2_setup_algs()
2108 adsp2_id.fw.id, adsp2_id.ym); in wm_adsp2_setup_algs()
2113 adsp2_id.fw.id, adsp2_id.zm); in wm_adsp2_setup_algs()
2118 pos = sizeof(adsp2_id) / sizeof(u32); in wm_adsp2_setup_algs()