Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/firmware/cirrus/
H A Dcs_dsp.h250 int cs_dsp_write_data_word(struct cs_dsp *dsp, int mem_type, unsigned int mem_addr, u32 data);
/openbmc/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c3065 int cs_dsp_write_data_word(struct cs_dsp *dsp, int mem_type, unsigned int mem_addr, u32 data) in cs_dsp_write_data_word() function
3080 EXPORT_SYMBOL_NS_GPL(cs_dsp_write_data_word, FW_CS_DSP);
/openbmc/linux/sound/soc/codecs/
H A Dwm_adsp.c1424 return cs_dsp_write_data_word(&buf->dsp->cs_dsp, buf->host_buf_mem_type, in wm_adsp_buffer_write()