Searched refs:host_box (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/sound/soc/sof/amd/ |
D | acp-ipc.c | 71 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()
|
D | acp.c | 810 sdev->host_box.offset = sdev->dsp_box.offset + sdev->dsp_box.size; in amd_sof_acp_probe() 811 sdev->host_box.size = BOX_SIZE_512; in amd_sof_acp_probe() 813 sdev->debug_box.offset = sdev->host_box.offset + sdev->host_box.size; in amd_sof_acp_probe()
|
/linux-6.12.1/sound/soc/sof/intel/ |
D | cnl.c | 278 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()
|
D | hda-ipc.c | 68 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()
|
D | atom.c | 188 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in atom_send_msg()
|
D | bdw.c | 366 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in bdw_send_msg()
|
D | mtl.c | 112 sof_mailbox_write(sdev, sdev->host_box.offset, msg_data->data_ptr, in mtl_ipc_send_msg()
|
/linux-6.12.1/sound/soc/sof/ |
D | ipc4.c | 786 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()
|
D | ipc3.c | 242 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()
|
D | sof-priv.h | 603 struct snd_sof_mailbox host_box; /* Host initiated IPC */ member
|
/linux-6.12.1/sound/soc/sof/imx/ |
D | imx8m.c | 102 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in imx8m_send_msg()
|
D | imx8ulp.c | 114 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in imx8ulp_send_msg()
|
D | imx8.c | 108 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in imx8_send_msg()
|
/linux-6.12.1/sound/soc/sof/mediatek/mt8195/ |
D | mt8195.c | 46 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in mt8195_send_msg()
|
/linux-6.12.1/sound/soc/sof/mediatek/mt8186/ |
D | mt8186.c | 46 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in mt8186_send_msg()
|