Home
last modified time | relevance | path

Searched refs:host_box (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/sound/soc/sof/amd/
H A Dacp-ipc.c71 unsigned int offset = sdev->host_box.offset; in acp_sof_ipc_send_msg()
101 unsigned int offset = sdev->host_box.offset; in acp_dsp_ipc_get_reply()
H A Dacp.c793 sdev->host_box.offset = sdev->dsp_box.offset + sdev->dsp_box.size; in amd_sof_acp_probe()
794 sdev->host_box.size = BOX_SIZE_512; in amd_sof_acp_probe()
796 sdev->debug_box.offset = sdev->host_box.offset + sdev->host_box.size; in amd_sof_acp_probe()
/linux-6.15/sound/soc/sof/intel/
H A Dcnl.c278 sof_mailbox_write(sdev, sdev->host_box.offset, msg_data->data_ptr, in cnl_ipc4_send_msg()
316 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in cnl_ipc_send_msg()
H A Dhda-ipc.c68 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in hda_dsp_ipc_send_msg()
118 sof_mailbox_write(sdev, sdev->host_box.offset, msg_data->data_ptr, in hda_dsp_ipc4_send_msg()
H A Datom.c188 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in atom_send_msg()
H A Dbdw.c366 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in bdw_send_msg()
H A Dmtl.c113 sof_mailbox_write(sdev, sdev->host_box.offset, msg_data->data_ptr, in mtl_ipc_send_msg()
/linux-6.15/sound/soc/sof/
H A Dipc4.c786 sdev->host_box.offset = snd_sof_dsp_get_window_offset(sdev, in sof_ipc4_init()
788 sdev->host_box.size = SOF_IPC4_MSG_MAX_SIZE; in sof_ipc4_init()
800 sdev->host_box.offset, SOF_IPC4_MSG_MAX_SIZE); in sof_ipc4_init()
H A Dipc3.c242 snd_sof_dsp_mailbox_read(sdev, sdev->host_box.offset, reply, sizeof(*reply)); in sof_ipc3_get_reply()
281 snd_sof_dsp_mailbox_read(sdev, sdev->host_box.offset, in sof_ipc3_get_reply()
746 sdev->host_box.offset = outbox_offset; in ipc3_get_windows()
747 sdev->host_box.size = outbox_size; in ipc3_get_windows()
H A Dsof-priv.h595 struct snd_sof_mailbox host_box; /* Host initiated IPC */ member
/linux-6.15/sound/soc/sof/mediatek/
H A Dmtk-adsp-common.c96 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in mtk_adsp_send_msg()
/linux-6.15/sound/soc/sof/imx/
H A Dimx-common.c124 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, msg->msg_size); in imx_send_msg()