Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/firmware/cirrus/
Dcs_dsp.h262 int cs_dsp_read_data_word(struct cs_dsp *dsp, int mem_type, unsigned int mem_addr, u32 *data);
/linux-6.12.1/sound/soc/codecs/
Dwm_adsp.c1414 return cs_dsp_read_data_word(&buf->dsp->cs_dsp, buf->host_buf_mem_type, in wm_adsp_buffer_read()
1507 ret = cs_dsp_read_data_word(&dsp->cs_dsp, WMFW_ADSP2_XM, addr, &magic); in wm_adsp_buffer_parse_legacy()
1520 ret = cs_dsp_read_data_word(&dsp->cs_dsp, WMFW_ADSP2_XM, addr, in wm_adsp_buffer_parse_legacy()
/linux-6.12.1/drivers/firmware/cirrus/
Dcs_dsp.c3079 int cs_dsp_read_data_word(struct cs_dsp *dsp, int mem_type, unsigned int mem_addr, u32 *data) in cs_dsp_read_data_word() function
3092 EXPORT_SYMBOL_NS_GPL(cs_dsp_read_data_word, FW_CS_DSP);