Home
last modified time | relevance | path

Searched refs:mtk_adsp_ipc_send (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/firmware/
H A Dmtk-adsp-ipc.c26 int mtk_adsp_ipc_send(struct mtk_adsp_ipc *ipc, unsigned int idx, uint32_t msg) in mtk_adsp_ipc_send() function
41 EXPORT_SYMBOL_GPL(mtk_adsp_ipc_send);
/openbmc/linux/include/linux/firmware/mediatek/
H A Dmtk-adsp-ipc.h57 int mtk_adsp_ipc_send(struct mtk_adsp_ipc *ipc, unsigned int idx, uint32_t op);
/openbmc/linux/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.c49 return mtk_adsp_ipc_send(priv->dsp_ipc, MTK_ADSP_IPC_REQ, MTK_ADSP_IPC_OP_REQ); in mt8195_send_msg()
79 ret = mtk_adsp_ipc_send(priv->dsp_ipc, MTK_ADSP_IPC_RSP, MTK_ADSP_IPC_OP_RSP); in mt8195_dsp_handle_request()
/openbmc/linux/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c49 return mtk_adsp_ipc_send(priv->dsp_ipc, MTK_ADSP_IPC_REQ, MTK_ADSP_IPC_OP_REQ); in mt8186_send_msg()
79 ret = mtk_adsp_ipc_send(priv->dsp_ipc, MTK_ADSP_IPC_RSP, MTK_ADSP_IPC_OP_RSP); in mt8186_dsp_handle_request()