Lines Matching defs:coeff_v1
1558 struct wm_adsp_host_buf_coeff_v1 coeff_v1;
1565 ret = cs_dsp_coeff_read_ctrl(cs_ctl, 0, &coeff_v1,
1566 min(cs_ctl->len, sizeof(coeff_v1)));
1570 if (coeff_v1.host_buf_ptr)
1576 if (!coeff_v1.host_buf_ptr) {
1586 buf->host_buf_ptr = be32_to_cpu(coeff_v1.host_buf_ptr);
1599 version = be32_to_cpu(coeff_v1.versions) & HOST_BUF_COEFF_COMPAT_VER_MASK;
1610 cs_dsp_remove_padding((u32 *)&coeff_v1.name, ARRAY_SIZE(coeff_v1.name));
1613 (char *)&coeff_v1.name);