Searched refs:host_box (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/sound/soc/sof/intel/ |
| D | hda-ipc.c | 60 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in hda_dsp_ipc_send_msg() 99 sof_mailbox_read(sdev, sdev->host_box.offset, &reply, in hda_dsp_ipc_get_reply() 115 sof_mailbox_read(sdev, sdev->host_box.offset, in hda_dsp_ipc_get_reply()
|
| D | bdw.c | 343 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in bdw_send_msg() 367 sof_mailbox_read(sdev, sdev->host_box.offset, &reply, sizeof(reply)); in bdw_get_reply() 382 sof_mailbox_read(sdev, sdev->host_box.offset, in bdw_get_reply()
|
| D | byt.c | 239 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in byt_send_msg() 263 sof_mailbox_read(sdev, sdev->host_box.offset, &reply, sizeof(reply)); in byt_get_reply() 278 sof_mailbox_read(sdev, sdev->host_box.offset, in byt_get_reply()
|
| D | cnl.c | 157 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in cnl_ipc_send_msg()
|
| /Linux-v5.4/sound/soc/sof/imx/ |
| D | imx8.c | 72 sof_mailbox_read(sdev, sdev->host_box.offset, &reply, sizeof(reply)); in imx8_get_reply() 87 sof_mailbox_read(sdev, sdev->host_box.offset, in imx8_get_reply() 131 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in imx8_send_msg()
|
| /Linux-v5.4/sound/soc/sof/ |
| D | ipc.c | 737 sdev->host_box.offset = hostbox; in snd_sof_dsp_mailbox_init() 738 sdev->host_box.size = hostbox_size; in snd_sof_dsp_mailbox_init()
|
| D | sof-priv.h | 387 struct snd_sof_mailbox host_box; /* Host initiated IPC */ member
|