Searched refs:coeff_v1 (Results 1 – 1 of 1) sorted by relevance
3864 struct wm_adsp_host_buf_coeff_v1 coeff_v1; in wm_adsp_buffer_parse_coeff() local3909 ret = regmap_raw_read(ctl->dsp->regmap, reg, &coeff_v1, in wm_adsp_buffer_parse_coeff()3910 sizeof(coeff_v1)); in wm_adsp_buffer_parse_coeff()3914 coeff_v1.versions = be32_to_cpu(coeff_v1.versions); in wm_adsp_buffer_parse_coeff()3915 val = coeff_v1.versions & HOST_BUF_COEFF_COMPAT_VER_MASK; in wm_adsp_buffer_parse_coeff()3925 for (i = 0; i < ARRAY_SIZE(coeff_v1.name); i++) in wm_adsp_buffer_parse_coeff()3926 coeff_v1.name[i] = be32_to_cpu(coeff_v1.name[i]); in wm_adsp_buffer_parse_coeff()3928 wm_adsp_remove_padding((u32 *)&coeff_v1.name, in wm_adsp_buffer_parse_coeff()3929 ARRAY_SIZE(coeff_v1.name), in wm_adsp_buffer_parse_coeff()3933 (char *)&coeff_v1.name); in wm_adsp_buffer_parse_coeff()