Searched refs:coeff_v1 (Results 1 – 1 of 1) sorted by relevance
3860 struct wm_adsp_host_buf_coeff_v1 coeff_v1; in wm_adsp_buffer_parse_coeff() local3905 ret = regmap_raw_read(ctl->dsp->regmap, reg, &coeff_v1, in wm_adsp_buffer_parse_coeff()3906 sizeof(coeff_v1)); in wm_adsp_buffer_parse_coeff()3910 coeff_v1.versions = be32_to_cpu(coeff_v1.versions); in wm_adsp_buffer_parse_coeff()3911 val = coeff_v1.versions & HOST_BUF_COEFF_COMPAT_VER_MASK; in wm_adsp_buffer_parse_coeff()3921 for (i = 0; i < ARRAY_SIZE(coeff_v1.name); i++) in wm_adsp_buffer_parse_coeff()3922 coeff_v1.name[i] = be32_to_cpu(coeff_v1.name[i]); in wm_adsp_buffer_parse_coeff()3924 wm_adsp_remove_padding((u32 *)&coeff_v1.name, in wm_adsp_buffer_parse_coeff()3925 ARRAY_SIZE(coeff_v1.name), in wm_adsp_buffer_parse_coeff()3929 (char *)&coeff_v1.name); in wm_adsp_buffer_parse_coeff()