Searched refs:debug_box (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/sound/soc/sof/amd/ |
D | acp-ipc.c | 45 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() 151 unsigned int dsp_msg_write = sdev->debug_box.offset + in acp_sof_ipc_irq_thread() 153 unsigned int dsp_ack_write = sdev->debug_box.offset + in acp_sof_ipc_irq_thread()
|
D | acp-stream.c | 92 phy_addr_offset = sdev->debug_box.offset + in acp_dsp_stream_config() 101 offset = offset + sdev->debug_box.offset; in acp_dsp_stream_config()
|
D | acp.c | 45 addr = desc->sram_pte_offset + sdev->debug_box.offset + in init_dma_descriptor() 58 offset = ACP_SCRATCH_REG_0 + sdev->debug_box.offset + in configure_dma_descriptor() 527 sdev->debug_box.offset = sdev->host_box.offset + sdev->host_box.size; in amd_sof_acp_probe() 528 sdev->debug_box.size = BOX_SIZE_1024; in amd_sof_acp_probe()
|
D | acp-pcm.c | 45 buf_offset = sdev->debug_box.offset + in acp_pcm_hw_params()
|
/linux-6.1.9/sound/soc/sof/mediatek/ |
D | mtk-adsp-common.c | 70 sof_mailbox_read(sdev, sdev->debug_box.offset + 0x4, &status, 4); in mtk_adsp_dump()
|
/linux-6.1.9/sound/soc/sof/imx/ |
D | imx-common.c | 63 sof_mailbox_read(sdev, sdev->debug_box.offset + 0x4, &status, 4); in imx8_dump()
|
D | imx8m.c | 89 sof_mailbox_read(priv->sdev, priv->sdev->debug_box.offset + 4, &p, sizeof(p)); in imx8m_dsp_handle_request()
|
D | imx8ulp.c | 102 sof_mailbox_read(priv->sdev, priv->sdev->debug_box.offset + 4, &p, sizeof(p)); in imx8ulp_dsp_handle_request()
|
D | imx8.c | 96 sof_mailbox_read(priv->sdev, priv->sdev->debug_box.offset + 4, &p, sizeof(p)); in imx8_dsp_handle_request()
|
/linux-6.1.9/sound/soc/sof/ |
D | ipc4-mtrace.c | 514 slot_desc_type_offset = sdev->debug_box.offset; in sof_mtrace_find_core_slots() 534 core_data->slot_offset = sdev->debug_box.offset; in sof_mtrace_find_core_slots()
|
D | ipc4.c | 549 sdev->debug_box.offset = snd_sof_dsp_get_window_offset(sdev, in ipc4_fw_ready() 556 dev_dbg(sdev->dev, "debug box 0x%x\n", sdev->debug_box.offset); in ipc4_fw_ready()
|
D | ipc3.c | 716 sdev->debug_box.offset = debug_offset; in ipc3_get_windows() 717 sdev->debug_box.size = debug_size; in ipc3_get_windows()
|
D | sof-priv.h | 521 struct snd_sof_mailbox debug_box; /* Debug info updates */ member
|
/linux-6.1.9/sound/soc/sof/mediatek/mt8186/ |
D | mt8186.c | 102 sof_mailbox_read(priv->sdev, priv->sdev->debug_box.offset + 4, in mt8186_dsp_handle_request()
|
/linux-6.1.9/sound/soc/sof/mediatek/mt8195/ |
D | mt8195.c | 103 sof_mailbox_read(priv->sdev, priv->sdev->debug_box.offset + 4, in mt8195_dsp_handle_request()
|