Home
last modified time | relevance | path

Searched refs:msg_ext (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/sound/soc/sof/intel/
Dcnl.c38 u32 msg_ext; in cnl_ipc_irq_thread() local
48 msg_ext = hipci & CNL_DSP_REG_HIPCIDR_MSG_MASK; in cnl_ipc_irq_thread()
53 msg, msg_ext); in cnl_ipc_irq_thread()
81 msg_ext = hipctdd & CNL_DSP_REG_HIPCTDD_MSG_MASK; in cnl_ipc_irq_thread()
85 msg, msg_ext); in cnl_ipc_irq_thread()
90 snd_sof_dsp_panic(sdev, HDA_DSP_PANIC_OFFSET(msg_ext)); in cnl_ipc_irq_thread()
Dhda-ipc.c139 u32 msg_ext; in hda_dsp_ipc_irq_thread() local
152 msg_ext = hipcie & HDA_DSP_REG_HIPCIE_MSG_MASK; in hda_dsp_ipc_irq_thread()
156 msg, msg_ext); in hda_dsp_ipc_irq_thread()
198 msg_ext = hipcte & HDA_DSP_REG_HIPCTE_MSG_MASK; in hda_dsp_ipc_irq_thread()
202 msg, msg_ext); in hda_dsp_ipc_irq_thread()
212 snd_sof_dsp_panic(sdev, HDA_DSP_PANIC_OFFSET(msg_ext)); in hda_dsp_ipc_irq_thread()
/Linux-v5.4/drivers/scsi/
Dgdth.h298 u8 msg_ext; /* more messages */ member
Dgdth.c2657 msg->msg_len,msg->msg_answer,msg->msg_ext,msg->msg_alen)); in gdth_sync_event()
2661 if (!(msg->msg_answer && msg->msg_ext)) { in gdth_sync_event()
2666 if (msg->msg_ext && !msg->msg_answer) { in gdth_sync_event()
2699 msg->msg_ext = 0; in gdth_sync_event()