Searched refs:adsp2_id (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/firmware/cirrus/ |
D | cs_dsp.c | 1958 struct wmfw_adsp2_id_hdr adsp2_id; in cs_dsp_adsp2_setup_algs() local 1970 ret = regmap_raw_read(dsp->regmap, mem->base, &adsp2_id, in cs_dsp_adsp2_setup_algs() 1971 sizeof(adsp2_id)); in cs_dsp_adsp2_setup_algs() 1978 n_algs = be32_to_cpu(adsp2_id.n_algs); in cs_dsp_adsp2_setup_algs() 1980 cs_dsp_parse_wmfw_id_header(dsp, &adsp2_id.fw, n_algs); in cs_dsp_adsp2_setup_algs() 1983 adsp2_id.fw.id, adsp2_id.fw.ver, in cs_dsp_adsp2_setup_algs() 1984 adsp2_id.xm); in cs_dsp_adsp2_setup_algs() 1989 adsp2_id.fw.id, adsp2_id.fw.ver, in cs_dsp_adsp2_setup_algs() 1990 adsp2_id.ym); in cs_dsp_adsp2_setup_algs() 1995 adsp2_id.fw.id, adsp2_id.fw.ver, in cs_dsp_adsp2_setup_algs() [all …]
|