Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dwm_adsp.c1966 struct wmfw_adsp1_id_hdr adsp1_id; in wm_adsp1_setup_algs() local
1978 ret = regmap_raw_read(dsp->regmap, mem->base, &adsp1_id, in wm_adsp1_setup_algs()
1979 sizeof(adsp1_id)); in wm_adsp1_setup_algs()
1986 n_algs = be32_to_cpu(adsp1_id.n_algs); in wm_adsp1_setup_algs()
1987 dsp->fw_id = be32_to_cpu(adsp1_id.fw.id); in wm_adsp1_setup_algs()
1990 (be32_to_cpu(adsp1_id.fw.ver) & 0xff0000) >> 16, in wm_adsp1_setup_algs()
1991 (be32_to_cpu(adsp1_id.fw.ver) & 0xff00) >> 8, in wm_adsp1_setup_algs()
1992 be32_to_cpu(adsp1_id.fw.ver) & 0xff, in wm_adsp1_setup_algs()
1996 adsp1_id.fw.id, adsp1_id.zm); in wm_adsp1_setup_algs()
2001 adsp1_id.fw.id, adsp1_id.dm); in wm_adsp1_setup_algs()
[all …]