Lines Matching defs:coeff_v1
3868 struct wm_adsp_host_buf_coeff_v1 coeff_v1;
3913 ret = regmap_raw_read(ctl->dsp->regmap, reg, &coeff_v1,
3914 sizeof(coeff_v1));
3918 coeff_v1.versions = be32_to_cpu(coeff_v1.versions);
3919 val = coeff_v1.versions & HOST_BUF_COEFF_COMPAT_VER_MASK;
3929 for (i = 0; i < ARRAY_SIZE(coeff_v1.name); i++)
3930 coeff_v1.name[i] = be32_to_cpu(coeff_v1.name[i]);
3932 wm_adsp_remove_padding((u32 *)&coeff_v1.name,
3933 ARRAY_SIZE(coeff_v1.name),
3937 (char *)&coeff_v1.name);