Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/codecs/
Dwm_adsp.c3748 struct wm_adsp_host_buf_coeff_v1 coeff_v1; in wm_adsp_buffer_parse_coeff() local
3793 ret = regmap_raw_read(ctl->dsp->regmap, reg, &coeff_v1, in wm_adsp_buffer_parse_coeff()
3794 sizeof(coeff_v1)); in wm_adsp_buffer_parse_coeff()
3798 coeff_v1.versions = be32_to_cpu(coeff_v1.versions); in wm_adsp_buffer_parse_coeff()
3799 val = coeff_v1.versions & HOST_BUF_COEFF_COMPAT_VER_MASK; in wm_adsp_buffer_parse_coeff()
3809 for (i = 0; i < ARRAY_SIZE(coeff_v1.name); i++) in wm_adsp_buffer_parse_coeff()
3810 coeff_v1.name[i] = be32_to_cpu(coeff_v1.name[i]); in wm_adsp_buffer_parse_coeff()
3812 wm_adsp_remove_padding((u32 *)&coeff_v1.name, in wm_adsp_buffer_parse_coeff()
3813 ARRAY_SIZE(coeff_v1.name), in wm_adsp_buffer_parse_coeff()
3817 (char *)&coeff_v1.name); in wm_adsp_buffer_parse_coeff()