Lines Matching refs:offset
28 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()
64 u32 offset = sdev->dsp_oops_offset; in amd_get_registers() local
67 acp_mailbox_read(sdev, offset, xoops, sizeof(*xoops)); in amd_get_registers()
76 offset += xoops->arch_hdr.totalsize; in amd_get_registers()
77 acp_mailbox_read(sdev, offset, panic_info, sizeof(*panic_info)); in amd_get_registers()
80 offset += sizeof(*panic_info); in amd_get_registers()
81 acp_mailbox_read(sdev, offset, stack, stack_words * sizeof(u32)); in amd_get_registers()
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()
107 acp_mailbox_read(sdev, sdev->dsp_box.offset, &status, sizeof(u32)); in amd_sof_dump()
108 sdev->dsp_oops_offset = sdev->dsp_box.offset + sizeof(status); in amd_sof_dump()