Searched refs:sof_io_write (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/sound/soc/sof/ |
A D | iomem-utils.c | 26 void sof_io_write(struct snd_sof_dev *sdev, void __iomem *addr, u32 value) in sof_io_write() function 30 EXPORT_SYMBOL(sof_io_write);
|
A D | sof-priv.h | 766 void sof_io_write(struct snd_sof_dev *sdev, void __iomem *addr, u32 value);
|
/linux-6.3-rc2/sound/soc/sof/amd/ |
A D | acp-common.c | 163 .write = sof_io_write,
|
/linux-6.3-rc2/sound/soc/sof/intel/ |
A D | hda-pcm.c | 158 sof_io_write(sdev, hstream->spib_addr, spib); in hda_dsp_pcm_ack()
|
A D | hda-stream.c | 176 sof_io_write(sdev, hstream->spib_addr, size); in hda_dsp_stream_spib_config()
|
/linux-6.3-rc2/sound/soc/sof/mediatek/mt8186/ |
A D | mt8186.c | 560 .write = sof_io_write,
|
/linux-6.3-rc2/sound/soc/sof/mediatek/mt8195/ |
A D | mt8195.c | 611 .write = sof_io_write,
|
Completed in 11 milliseconds