Home
last modified time | relevance | path

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

/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c1906 struct wmfw_adsp1_id_hdr adsp1_id; in cs_dsp_adsp1_setup_algs() local
1918 ret = regmap_raw_read(dsp->regmap, mem->base, &adsp1_id, in cs_dsp_adsp1_setup_algs()
1919 sizeof(adsp1_id)); in cs_dsp_adsp1_setup_algs()
1926 n_algs = be32_to_cpu(adsp1_id.n_algs); in cs_dsp_adsp1_setup_algs()
1928 cs_dsp_parse_wmfw_id_header(dsp, &adsp1_id.fw, n_algs); in cs_dsp_adsp1_setup_algs()
1931 adsp1_id.fw.id, adsp1_id.fw.ver, in cs_dsp_adsp1_setup_algs()
1932 adsp1_id.zm); in cs_dsp_adsp1_setup_algs()
1937 adsp1_id.fw.id, adsp1_id.fw.ver, in cs_dsp_adsp1_setup_algs()
1938 adsp1_id.dm); in cs_dsp_adsp1_setup_algs()
1943 pos = sizeof(adsp1_id) / sizeof(u32); in cs_dsp_adsp1_setup_algs()