halo_id          2397 sound/soc/codecs/wm_adsp.c 	struct wmfw_halo_id_hdr halo_id;
halo_id          2408 sound/soc/codecs/wm_adsp.c 	ret = regmap_raw_read(dsp->regmap, mem->base, &halo_id,
halo_id          2409 sound/soc/codecs/wm_adsp.c 			      sizeof(halo_id));
halo_id          2416 sound/soc/codecs/wm_adsp.c 	n_algs = be32_to_cpu(halo_id.n_algs);
halo_id          2418 sound/soc/codecs/wm_adsp.c 	wmfw_v3_parse_id_header(dsp, &halo_id.fw, n_algs);
halo_id          2420 sound/soc/codecs/wm_adsp.c 	ret = wm_halo_create_regions(dsp, halo_id.fw.id,
halo_id          2421 sound/soc/codecs/wm_adsp.c 				     halo_id.xm_base, halo_id.ym_base);
halo_id          2426 sound/soc/codecs/wm_adsp.c 	pos = sizeof(halo_id) / sizeof(u32);