Home
last modified time | relevance | path

Searched refs:debug_box (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/sound/soc/sof/amd/
H A Dacp-common.c29 u32 dsp_msg_write = sdev->debug_box.offset + in amd_sof_ipc_dump()
31 u32 dsp_ack_write = sdev->debug_box.offset + in amd_sof_ipc_dump()
33 u32 host_msg_write = sdev->debug_box.offset + in amd_sof_ipc_dump()
35 u32 host_ack_write = sdev->debug_box.offset + in amd_sof_ipc_dump()
101 if (sdev->dsp_oops_offset > sdev->debug_box.offset) { in amd_sof_dump()
102 acp_mailbox_read(sdev, sdev->debug_box.offset, &status, sizeof(u32)); in amd_sof_dump()
H A Dacp-ipc.c45 unsigned int host_msg = sdev->debug_box.offset + in acp_ipc_host_msg_set()
53 unsigned int dsp_msg = sdev->debug_box.offset + in acp_dsp_ipc_host_done()
61 unsigned int dsp_ack = sdev->debug_box.offset + in acp_dsp_ipc_dsp_done()
160 unsigned int dsp_msg_write = sdev->debug_box.offset + in acp_sof_ipc_irq_thread()
162 unsigned int dsp_ack_write = sdev->debug_box.offset + in acp_sof_ipc_irq_thread()
201 acp_mailbox_read(sdev, sdev->debug_box.offset, &status, sizeof(u32)); in acp_sof_ipc_irq_thread()
205 acp_mailbox_write(sdev, sdev->debug_box.offset, &status, sizeof(status)); in acp_sof_ipc_irq_thread()
H A Dacp-stream.c92 phy_addr_offset = sdev->debug_box.offset + in acp_dsp_stream_config()
101 offset = offset + sdev->debug_box.offset; in acp_dsp_stream_config()
H A Dacp.c66 addr = desc->sram_pte_offset + sdev->debug_box.offset + in init_dma_descriptor()
79 offset = ACP_SCRATCH_REG_0 + sdev->debug_box.offset + in configure_dma_descriptor()
558 sdev->debug_box.offset = sdev->host_box.offset + sdev->host_box.size; in amd_sof_acp_probe()
559 sdev->debug_box.size = BOX_SIZE_1024; in amd_sof_acp_probe()
H A Dacp-pcm.c46 buf_offset = sdev->debug_box.offset + in acp_pcm_hw_params()
H A Dacp-probes.c91 buf_offset = sdev->debug_box.offset + in acp_probes_compr_set_params()
/openbmc/linux/sound/soc/sof/mediatek/
H A Dmtk-adsp-common.c70 sof_mailbox_read(sdev, sdev->debug_box.offset + 0x4, &status, 4); in mtk_adsp_dump()
/openbmc/linux/sound/soc/sof/imx/
H A Dimx-common.c63 sof_mailbox_read(sdev, sdev->debug_box.offset + 0x4, &status, 4); in imx8_dump()
H A Dimx8m.c89 sof_mailbox_read(priv->sdev, priv->sdev->debug_box.offset + 4, &p, sizeof(p)); in imx8m_dsp_handle_request()
H A Dimx8ulp.c102 sof_mailbox_read(priv->sdev, priv->sdev->debug_box.offset + 4, &p, sizeof(p)); in imx8ulp_dsp_handle_request()
H A Dimx8.c96 sof_mailbox_read(priv->sdev, priv->sdev->debug_box.offset + 4, &p, sizeof(p)); in imx8_dsp_handle_request()
/openbmc/linux/sound/soc/sof/
H A Dipc4-mtrace.c515 slot_desc_type_offset = sdev->debug_box.offset; in sof_mtrace_find_core_slots()
535 core_data->slot_offset = sdev->debug_box.offset; in sof_mtrace_find_core_slots()
H A Dipc4.c570 sdev->debug_box.offset = snd_sof_dsp_get_window_offset(sdev, in ipc4_fw_ready()
577 dev_dbg(sdev->dev, "debug box 0x%x\n", sdev->debug_box.offset); in ipc4_fw_ready()
H A Dipc3.c752 sdev->debug_box.offset = debug_offset; in ipc3_get_windows()
753 sdev->debug_box.size = debug_size; in ipc3_get_windows()
H A Dsof-priv.h580 struct snd_sof_mailbox debug_box; /* Debug info updates */ member
/openbmc/linux/sound/soc/sof/mediatek/mt8195/
H A Dmt8195.c69 sof_mailbox_read(priv->sdev, priv->sdev->debug_box.offset + 4, in mt8195_dsp_handle_request()
/openbmc/linux/sound/soc/sof/mediatek/mt8186/
H A Dmt8186.c69 sof_mailbox_read(priv->sdev, priv->sdev->debug_box.offset + 4, in mt8186_dsp_handle_request()