Home
last modified time | relevance | path

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

/linux/drivers/firmware/cirrus/
A Dcs_dsp.c661 const struct cs_dsp_alg_region *alg_region = &ctl->alg_region; in cs_dsp_coeff_base_reg() local
1042 ctl->alg_region.alg == alg_region->alg && in cs_dsp_create_control()
1043 ctl->alg_region.type == alg_region->type) { in cs_dsp_create_control()
1059 ctl->alg_region = *alg_region; in cs_dsp_create_control()
1691 alg_region->alg == ctl->alg_region.alg && in cs_dsp_ctl_fixup_base()
1692 alg_region->type == ctl->alg_region.type) { in cs_dsp_ctl_fixup_base()
1693 ctl->alg_region.base = alg_region->base; in cs_dsp_ctl_fixup_base()
1766 if (id == alg_region->alg && type == alg_region->type) in cs_dsp_find_alg_region()
1780 alg_region = kzalloc(sizeof(*alg_region), GFP_KERNEL); in cs_dsp_create_region()
1781 if (!alg_region) in cs_dsp_create_region()
[all …]
/linux/sound/pci/hda/
A Dhda_cs_dsp_ctl.c156 region_name = cs_dsp_mem_region_name(cs_ctl->alg_region.type); in hda_cs_dsp_control_add()
158 dev_warn(cs_dsp->dev, "Unknown region type: %d\n", cs_ctl->alg_region.type); in hda_cs_dsp_control_add()
163 cs_dsp->name, hda_cs_dsp_fw_text[info->fw_type], cs_ctl->alg_region.alg); in hda_cs_dsp_control_add()
/linux/sound/soc/codecs/
A Dwm_adsp.c598 region_name = cs_dsp_mem_region_name(cs_ctl->alg_region.type); in wm_adsp_control_add()
600 adsp_err(dsp, "Unknown region type: %d\n", cs_ctl->alg_region.type); in wm_adsp_control_add()
609 cs_ctl->alg_region.alg); in wm_adsp_control_add()
614 wm_adsp_fw_text[dsp->fw], cs_ctl->alg_region.alg); in wm_adsp_control_add()
619 wm_adsp_fw_text[dsp->fw], cs_ctl->alg_region.alg); in wm_adsp_control_add()
1493 struct cs_dsp_alg_region *alg_region; in wm_adsp_buffer_parse_legacy() local
1498 alg_region = cs_dsp_find_alg_region(&dsp->cs_dsp, WMFW_ADSP2_XM, dsp->cs_dsp.fw_id); in wm_adsp_buffer_parse_legacy()
1499 if (!alg_region) { in wm_adsp_buffer_parse_legacy()
1506 addr = alg_region->base + xmalg + ALG_XM_FIELD(magic); in wm_adsp_buffer_parse_legacy()
1518 addr = alg_region->base + xmalg + ALG_XM_FIELD(host_buf_ptr); in wm_adsp_buffer_parse_legacy()
[all …]
/linux/include/linux/firmware/cirrus/
A Dcs_dsp.h112 struct cs_dsp_alg_region alg_region; member

Completed in 23 milliseconds