Searched refs:coeff_v1 (Results 1 – 1 of 1) sorted by relevance
3867 struct wm_adsp_host_buf_coeff_v1 coeff_v1; in wm_adsp_buffer_parse_coeff() local3913 ret = regmap_raw_read(ctl->dsp->regmap, reg, &coeff_v1, in wm_adsp_buffer_parse_coeff()3914 sizeof(coeff_v1)); in wm_adsp_buffer_parse_coeff()3918 version = be32_to_cpu(coeff_v1.versions) & HOST_BUF_COEFF_COMPAT_VER_MASK; in wm_adsp_buffer_parse_coeff()3928 wm_adsp_remove_padding((u32 *)&coeff_v1.name, ARRAY_SIZE(coeff_v1.name)); in wm_adsp_buffer_parse_coeff()3931 (char *)&coeff_v1.name); in wm_adsp_buffer_parse_coeff()