Searched refs:adsp1_id (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/firmware/cirrus/ |
H A D | cs_dsp.c | 1710 struct wmfw_adsp1_id_hdr adsp1_id; in cs_dsp_adsp1_setup_algs() local 1722 ret = regmap_raw_read(dsp->regmap, mem->base, &adsp1_id, in cs_dsp_adsp1_setup_algs() 1723 sizeof(adsp1_id)); in cs_dsp_adsp1_setup_algs() 1730 n_algs = be32_to_cpu(adsp1_id.n_algs); in cs_dsp_adsp1_setup_algs() 1732 cs_dsp_parse_wmfw_id_header(dsp, &adsp1_id.fw, n_algs); in cs_dsp_adsp1_setup_algs() 1735 adsp1_id.fw.id, adsp1_id.fw.ver, in cs_dsp_adsp1_setup_algs() 1736 adsp1_id.zm); in cs_dsp_adsp1_setup_algs() 1741 adsp1_id.fw.id, adsp1_id in cs_dsp_adsp1_setup_algs() [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm_adsp.c | 2267 struct wmfw_adsp1_id_hdr adsp1_id; in wm_adsp1_setup_algs() local 2279 ret = regmap_raw_read(dsp->regmap, mem->base, &adsp1_id, in wm_adsp1_setup_algs() 2280 sizeof(adsp1_id)); in wm_adsp1_setup_algs() 2287 n_algs = be32_to_cpu(adsp1_id.n_algs); in wm_adsp1_setup_algs() 2289 wmfw_parse_id_header(dsp, &adsp1_id.fw, n_algs); in wm_adsp1_setup_algs() 2292 adsp1_id.fw.id, adsp1_id.zm); in wm_adsp1_setup_algs() 2297 adsp1_id.fw.id, adsp1_id.dm); in wm_adsp1_setup_algs() 2302 pos = sizeof(adsp1_id) / sizeo in wm_adsp1_setup_algs() [all...] |
Completed in 14 milliseconds