Home
last modified time | relevance | path

Searched refs:coeff_v1 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm_adsp.c1558 struct wm_adsp_host_buf_coeff_v1 coeff_v1; in wm_adsp_buffer_parse_coeff() local
1565 ret = cs_dsp_coeff_read_ctrl(cs_ctl, 0, &coeff_v1, in wm_adsp_buffer_parse_coeff()
1566 min(cs_ctl->len, sizeof(coeff_v1))); in wm_adsp_buffer_parse_coeff()
1570 if (coeff_v1.host_buf_ptr) in wm_adsp_buffer_parse_coeff()
1576 if (!coeff_v1.host_buf_ptr) { in wm_adsp_buffer_parse_coeff()
1586 buf->host_buf_ptr = be32_to_cpu(coeff_v1.host_buf_ptr); in wm_adsp_buffer_parse_coeff()
1599 version = be32_to_cpu(coeff_v1.versions) & HOST_BUF_COEFF_COMPAT_VER_MASK; in wm_adsp_buffer_parse_coeff()
1610 cs_dsp_remove_padding((u32 *)&coeff_v1.name, ARRAY_SIZE(coeff_v1.name)); in wm_adsp_buffer_parse_coeff()
1613 (char *)&coeff_v1 in wm_adsp_buffer_parse_coeff()
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm_adsp.c3868 struct wm_adsp_host_buf_coeff_v1 coeff_v1; in wm_adsp_buffer_parse_coeff() local
3913 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 coeff_v1.versions = be32_to_cpu(coeff_v1.versions); in wm_adsp_buffer_parse_coeff()
3919 val = coeff_v1.versions & HOST_BUF_COEFF_COMPAT_VER_MASK; in wm_adsp_buffer_parse_coeff()
3929 for (i = 0; i < ARRAY_SIZE(coeff_v1.name); i++) in wm_adsp_buffer_parse_coeff()
3930 coeff_v1.name[i] = be32_to_cpu(coeff_v1.name[i]); in wm_adsp_buffer_parse_coeff()
3932 wm_adsp_remove_padding((u32 *)&coeff_v1 in wm_adsp_buffer_parse_coeff()
[all...]

Completed in 8 milliseconds