coeff_v1         3748 sound/soc/codecs/wm_adsp.c 	struct wm_adsp_host_buf_coeff_v1 coeff_v1;
coeff_v1         3793 sound/soc/codecs/wm_adsp.c 	ret = regmap_raw_read(ctl->dsp->regmap, reg, &coeff_v1,
coeff_v1         3794 sound/soc/codecs/wm_adsp.c 			      sizeof(coeff_v1));
coeff_v1         3798 sound/soc/codecs/wm_adsp.c 	coeff_v1.versions = be32_to_cpu(coeff_v1.versions);
coeff_v1         3799 sound/soc/codecs/wm_adsp.c 	val = coeff_v1.versions & HOST_BUF_COEFF_COMPAT_VER_MASK;
coeff_v1         3809 sound/soc/codecs/wm_adsp.c 	for (i = 0; i < ARRAY_SIZE(coeff_v1.name); i++)
coeff_v1         3810 sound/soc/codecs/wm_adsp.c 		coeff_v1.name[i] = be32_to_cpu(coeff_v1.name[i]);
coeff_v1         3812 sound/soc/codecs/wm_adsp.c 	wm_adsp_remove_padding((u32 *)&coeff_v1.name,
coeff_v1         3813 sound/soc/codecs/wm_adsp.c 			       ARRAY_SIZE(coeff_v1.name),
coeff_v1         3817 sound/soc/codecs/wm_adsp.c 			      (char *)&coeff_v1.name);