Searched refs:sof_io_write (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/sound/soc/sof/ |
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);
|
D | sof-priv.h | 823 void sof_io_write(struct snd_sof_dev *sdev, void __iomem *addr, u32 value);
|
/linux-6.12.1/sound/soc/sof/amd/ |
D | acp-common.c | 205 .write = sof_io_write,
|
/linux-6.12.1/sound/soc/sof/intel/ |
D | hda-pcm.c | 164 sof_io_write(sdev, hstream->spib_addr, spib); in hda_dsp_pcm_ack()
|
D | hda-stream.c | 181 sof_io_write(sdev, hstream->spib_addr, size); in hda_dsp_stream_spib_config()
|
/linux-6.12.1/sound/soc/sof/mediatek/mt8195/ |
D | mt8195.c | 526 .write = sof_io_write,
|
/linux-6.12.1/sound/soc/sof/mediatek/mt8186/ |
D | mt8186.c | 502 .write = sof_io_write,
|