Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/codecs/
Dwm_adsp.c2502 struct wmfw_halo_id_hdr halo_id; in wm_halo_setup_algs() local
2513 ret = regmap_raw_read(dsp->regmap, mem->base, &halo_id, in wm_halo_setup_algs()
2514 sizeof(halo_id)); in wm_halo_setup_algs()
2521 n_algs = be32_to_cpu(halo_id.n_algs); in wm_halo_setup_algs()
2523 wmfw_v3_parse_id_header(dsp, &halo_id.fw, n_algs); in wm_halo_setup_algs()
2525 ret = wm_halo_create_regions(dsp, halo_id.fw.id, in wm_halo_setup_algs()
2526 halo_id.xm_base, halo_id.ym_base); in wm_halo_setup_algs()
2531 pos = sizeof(halo_id) / sizeof(u32); in wm_halo_setup_algs()