Searched refs:adsp2_id (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/firmware/cirrus/ |
H A D | cs_dsp.c | 1815 struct wmfw_adsp2_id_hdr adsp2_id; in cs_dsp_adsp2_setup_algs() local 1827 ret = regmap_raw_read(dsp->regmap, mem->base, &adsp2_id, in cs_dsp_adsp2_setup_algs() 1828 sizeof(adsp2_id)); in cs_dsp_adsp2_setup_algs() 1835 n_algs = be32_to_cpu(adsp2_id.n_algs); in cs_dsp_adsp2_setup_algs() 1837 cs_dsp_parse_wmfw_id_header(dsp, &adsp2_id.fw, n_algs); in cs_dsp_adsp2_setup_algs() 1840 adsp2_id.fw.id, adsp2_id.fw.ver, in cs_dsp_adsp2_setup_algs() 1841 adsp2_id.xm); in cs_dsp_adsp2_setup_algs() 1846 adsp2_id.fw.id, adsp2_id in cs_dsp_adsp2_setup_algs() [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm_adsp.c | 2368 struct wmfw_adsp2_id_hdr adsp2_id; in wm_adsp2_setup_algs() local 2380 ret = regmap_raw_read(dsp->regmap, mem->base, &adsp2_id, in wm_adsp2_setup_algs() 2381 sizeof(adsp2_id)); in wm_adsp2_setup_algs() 2388 n_algs = be32_to_cpu(adsp2_id.n_algs); in wm_adsp2_setup_algs() 2390 wmfw_parse_id_header(dsp, &adsp2_id.fw, n_algs); in wm_adsp2_setup_algs() 2393 adsp2_id.fw.id, adsp2_id.xm); in wm_adsp2_setup_algs() 2398 adsp2_id.fw.id, adsp2_id.ym); in wm_adsp2_setup_algs() 2403 adsp2_id in wm_adsp2_setup_algs() [all...] |
Completed in 9 milliseconds