Home
last modified time | relevance | path

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

/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c359 struct cs_dsp_alg_region alg_region; member
493 cs_dsp_mem_region_name(ctl->alg_region.type), in cs_dsp_debugfs_read_controls_show()
494 ctl->offset, reg, ctl->fw_name, ctl->alg_region.alg, ctl->type, in cs_dsp_debugfs_read_controls_show()
674 const struct cs_dsp_alg_region *alg_region = &ctl->alg_region; in cs_dsp_coeff_base_reg() local
678 mem = cs_dsp_find_region(dsp, alg_region->type); in cs_dsp_coeff_base_reg()
681 alg_region->type); in cs_dsp_coeff_base_reg()
685 *reg = dsp->ops->region_to_reg(mem, ctl->alg_region.base + ctl->offset + off); in cs_dsp_coeff_base_reg()
719 event_id, ctl->alg_region.alg, in cs_dsp_coeff_write_acked_control()
720 cs_dsp_mem_region_name(ctl->alg_region.type), ctl->offset); in cs_dsp_coeff_write_acked_control()
759 reg, ctl->alg_region.alg, in cs_dsp_coeff_write_acked_control()
[all …]
/linux/sound/soc/codecs/
H A Dwm_adsp.c603 region_name = cs_dsp_mem_region_name(cs_ctl->alg_region.type); in wm_adsp_control_add()
605 adsp_err(dsp, "Unknown region type: %d\n", cs_ctl->alg_region.type); in wm_adsp_control_add()
614 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()
624 wm_adsp_fw_text[dsp->fw], cs_ctl->alg_region.alg); in wm_adsp_control_add()
1520 struct cs_dsp_alg_region *alg_region; in wm_adsp_buffer_parse_legacy()
1525 alg_region = cs_dsp_find_alg_region(&dsp->cs_dsp, WMFW_ADSP2_XM, dsp->cs_dsp.fw_id); in wm_adsp_buffer_parse_legacy()
1526 if (!alg_region) { in wm_adsp_buffer_parse_legacy()
1533 addr = alg_region->base + xmalg + ALG_XM_FIELD(magic); in wm_adsp_buffer_parse_legacy()
1545 addr = alg_region in wm_adsp_buffer_parse_legacy()
1492 struct cs_dsp_alg_region *alg_region; wm_adsp_buffer_parse_legacy() local
[all...]