Home
last modified time | relevance | path

Searched refs:halo_id (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/firmware/cirrus/
H A Dcs_dsp.c1962 struct wmfw_halo_id_hdr halo_id; in cs_dsp_halo_setup_algs() local
1973 ret = regmap_raw_read(dsp->regmap, mem->base, &halo_id, in cs_dsp_halo_setup_algs()
1974 sizeof(halo_id)); in cs_dsp_halo_setup_algs()
1981 n_algs = be32_to_cpu(halo_id.n_algs); in cs_dsp_halo_setup_algs()
1983 cs_dsp_parse_wmfw_v3_id_header(dsp, &halo_id.fw, n_algs); in cs_dsp_halo_setup_algs()
1985 ret = cs_dsp_halo_create_regions(dsp, halo_id.fw.id, halo_id.fw.ver, in cs_dsp_halo_setup_algs()
1986 halo_id.xm_base, halo_id.ym_base); in cs_dsp_halo_setup_algs()
1991 pos = sizeof(halo_id) / sizeo in cs_dsp_halo_setup_algs()
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm_adsp.c2509 struct wmfw_halo_id_hdr halo_id; in wm_halo_setup_algs() local
2520 ret = regmap_raw_read(dsp->regmap, mem->base, &halo_id, in wm_halo_setup_algs()
2521 sizeof(halo_id)); in wm_halo_setup_algs()
2528 n_algs = be32_to_cpu(halo_id.n_algs); in wm_halo_setup_algs()
2530 wmfw_v3_parse_id_header(dsp, &halo_id.fw, n_algs); in wm_halo_setup_algs()
2532 ret = wm_halo_create_regions(dsp, halo_id.fw.id, in wm_halo_setup_algs()
2533 halo_id.xm_base, halo_id.ym_base); in wm_halo_setup_algs()
2538 pos = sizeof(halo_id) / sizeof(u32); in wm_halo_setup_algs()

Completed in 9 milliseconds