Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/firmware/cirrus/
Dcs_dsp.h249 int cs_dsp_read_data_word(struct cs_dsp *dsp, int mem_type, unsigned int mem_addr, u32 *data);
/Linux-v6.6/sound/soc/codecs/
Dwm_adsp.c1421 return cs_dsp_read_data_word(&buf->dsp->cs_dsp, buf->host_buf_mem_type, in wm_adsp_buffer_read()
1510 ret = cs_dsp_read_data_word(&dsp->cs_dsp, WMFW_ADSP2_XM, addr, &magic); in wm_adsp_buffer_parse_legacy()
1523 ret = cs_dsp_read_data_word(&dsp->cs_dsp, WMFW_ADSP2_XM, addr, in wm_adsp_buffer_parse_legacy()
/Linux-v6.6/drivers/firmware/cirrus/
Dcs_dsp.c2936 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
2949 EXPORT_SYMBOL_NS_GPL(cs_dsp_read_data_word, FW_CS_DSP);