Lines Matching refs:dsp
216 void *dsp; member
262 int sst_dsp_dma_get_channel(struct sst_dsp *dsp, int chan_id);
263 void sst_dsp_dma_put_channel(struct sst_dsp *dsp);
270 void sst_dsp_ipc_msg_tx(struct sst_dsp *dsp, u32 msg);
271 u32 sst_dsp_ipc_msg_rx(struct sst_dsp *dsp);
274 int sst_dsp_mailbox_init(struct sst_dsp *dsp, u32 inbox_offset,
276 void sst_dsp_inbox_write(struct sst_dsp *dsp, void *message, size_t bytes);
277 void sst_dsp_inbox_read(struct sst_dsp *dsp, void *message, size_t bytes);
278 void sst_dsp_outbox_write(struct sst_dsp *dsp, void *message, size_t bytes);
279 void sst_dsp_outbox_read(struct sst_dsp *dsp, void *message, size_t bytes);
280 void sst_dsp_mailbox_dump(struct sst_dsp *dsp, size_t bytes);