Searched refs:host_box (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/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 | 524 sdev->host_box.offset = sdev->dsp_box.offset + sdev->dsp_box.size; in amd_sof_acp_probe() 525 sdev->host_box.size = BOX_SIZE_512; in amd_sof_acp_probe() 527 sdev->debug_box.offset = sdev->host_box.offset + sdev->host_box.size; in amd_sof_acp_probe()
|
/linux-6.1.9/sound/soc/sof/intel/ |
D | hda-ipc.c | 62 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in hda_dsp_ipc_send_msg() 76 sof_mailbox_write(sdev, sdev->host_box.offset, msg_data->data_ptr, in hda_dsp_ipc4_send_msg()
|
D | cnl.c | 258 sof_mailbox_write(sdev, sdev->host_box.offset, msg_data->data_ptr, in cnl_ipc4_send_msg() 293 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in cnl_ipc_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 | 97 sof_mailbox_write(sdev, sdev->host_box.offset, msg_data->data_ptr, in mtl_ipc_send_msg()
|
/linux-6.1.9/sound/soc/sof/mediatek/mt8186/ |
D | mt8186.c | 45 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in mt8186_send_msg() 63 sof_mailbox_read(sdev, sdev->host_box.offset, &reply, sizeof(reply)); in mt8186_get_reply() 77 sof_mailbox_read(sdev, sdev->host_box.offset, in mt8186_get_reply()
|
/linux-6.1.9/sound/soc/sof/mediatek/mt8195/ |
D | mt8195.c | 46 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in mt8195_send_msg() 64 sof_mailbox_read(sdev, sdev->host_box.offset, &reply, sizeof(reply)); in mt8195_get_reply() 78 sof_mailbox_read(sdev, sdev->host_box.offset, in mt8195_get_reply()
|
/linux-6.1.9/sound/soc/sof/ |
D | ipc3.c | 234 snd_sof_dsp_mailbox_read(sdev, sdev->host_box.offset, reply, sizeof(*reply)); in sof_ipc3_get_reply() 273 snd_sof_dsp_mailbox_read(sdev, sdev->host_box.offset, in sof_ipc3_get_reply() 710 sdev->host_box.offset = outbox_offset; in ipc3_get_windows() 711 sdev->host_box.size = outbox_size; in ipc3_get_windows()
|
D | ipc4.c | 546 sdev->host_box.offset = outbox_offset; in ipc4_fw_ready() 547 sdev->host_box.size = outbox_size; in ipc4_fw_ready()
|
D | sof-priv.h | 519 struct snd_sof_mailbox host_box; /* Host initiated IPC */ member
|
/linux-6.1.9/sound/soc/sof/imx/ |
D | imx8m.c | 107 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in imx8m_send_msg()
|
D | imx8ulp.c | 120 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in imx8ulp_send_msg()
|
D | imx8.c | 114 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in imx8_send_msg()
|