Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/sof/amd/
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()
Dacp-common.c28 u32 dsp_msg_write = sdev->debug_box.offset + in amd_sof_ipc_dump()
30 u32 dsp_ack_write = sdev->debug_box.offset + in amd_sof_ipc_dump()
32 u32 host_msg_write = sdev->debug_box.offset + in amd_sof_ipc_dump()
34 u32 host_ack_write = sdev->debug_box.offset + in amd_sof_ipc_dump()
100 if (sdev->dsp_oops_offset > sdev->debug_box.offset) { in amd_sof_dump()
101 acp_mailbox_read(sdev, sdev->debug_box.offset, &status, sizeof(u32)); in amd_sof_dump()
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()
Dacp-pcm.c46 buf_offset = sdev->debug_box.offset + in acp_pcm_hw_params()
Dacp.c71 addr = desc->sram_pte_offset + sdev->debug_box.offset + in init_dma_descriptor()
93 offset = ACP_SCRATCH_REG_0 + sdev->debug_box.offset + in configure_dma_descriptor()
813 sdev->debug_box.offset = sdev->host_box.offset + sdev->host_box.size; in amd_sof_acp_probe()
814 sdev->debug_box.size = BOX_SIZE_1024; in amd_sof_acp_probe()
Dacp-probes.c91 buf_offset = sdev->debug_box.offset + in acp_probes_compr_set_params()
/linux-6.12.1/sound/soc/sof/imx/
Dimx-common.c63 sof_mailbox_read(sdev, sdev->debug_box.offset + 0x4, &status, 4); in imx8_dump()
Dimx8m.c84 sof_mailbox_read(priv->sdev, priv->sdev->debug_box.offset + 4, &p, sizeof(p)); in imx8m_dsp_handle_request()
Dimx8ulp.c96 sof_mailbox_read(priv->sdev, priv->sdev->debug_box.offset + 4, &p, sizeof(p)); in imx8ulp_dsp_handle_request()
Dimx8.c90 sof_mailbox_read(priv->sdev, priv->sdev->debug_box.offset + 4, &p, sizeof(p)); in imx8_dsp_handle_request()
/linux-6.12.1/sound/soc/sof/mediatek/
Dmtk-adsp-common.c70 sof_mailbox_read(sdev, sdev->debug_box.offset + 0x4, &status, 4); in mtk_adsp_dump()
/linux-6.12.1/sound/soc/sof/
Dipc4.c562 slot_desc_type_offset = sdev->debug_box.offset + sizeof(u32); in sof_ipc4_find_debug_slot_offset_by_type()
567 return sdev->debug_box.offset + (i + 1) * SOF_IPC4_DEBUG_SLOT_SIZE; in sof_ipc4_find_debug_slot_offset_by_type()
790 sdev->debug_box.offset = snd_sof_dsp_get_window_offset(sdev, in sof_ipc4_init()
801 dev_dbg(sdev->dev, "debug box %#x\n", sdev->debug_box.offset); in sof_ipc4_init()
Dipc4-mtrace.c506 slot_desc_type_offset = sdev->debug_box.offset; in sof_mtrace_find_core_slots()
526 core_data->slot_offset = sdev->debug_box.offset; in sof_mtrace_find_core_slots()
Dipc3.c752 sdev->debug_box.offset = debug_offset; in ipc3_get_windows()
753 sdev->debug_box.size = debug_size; in ipc3_get_windows()
Dsof-priv.h605 struct snd_sof_mailbox debug_box; /* Debug info updates */ member
/linux-6.12.1/sound/soc/sof/mediatek/mt8195/
Dmt8195.c69 sof_mailbox_read(priv->sdev, priv->sdev->debug_box.offset + 4, in mt8195_dsp_handle_request()
/linux-6.12.1/sound/soc/sof/mediatek/mt8186/
Dmt8186.c69 sof_mailbox_read(priv->sdev, priv->sdev->debug_box.offset + 4, in mt8186_dsp_handle_request()