Home
last modified time | relevance | path

Searched refs:SOF_IPC_PANIC_MAGIC_MASK (Results 1 – 12 of 12) sorted by relevance

/linux/include/sound/sof/
A Dtrace.h82 #define SOF_IPC_PANIC_MAGIC_MASK 0x0ffff000 macro
/linux/sound/soc/sof/amd/
A Dacp-ipc.c170 if ((status & SOF_IPC_PANIC_MAGIC_MASK) == SOF_IPC_PANIC_MAGIC) { in acp_sof_ipc_irq_thread()
202 if ((status & SOF_IPC_PANIC_MAGIC_MASK) == SOF_IPC_PANIC_MAGIC) { in acp_sof_ipc_irq_thread()
/linux/sound/soc/sof/
A Dcore.c96 if ((panic_code & SOF_IPC_PANIC_MAGIC_MASK) != SOF_IPC_PANIC_MAGIC) { in sof_print_oops_and_stack()
102 code = panic_code & (SOF_IPC_PANIC_MAGIC_MASK | SOF_IPC_PANIC_CODE_MASK); in sof_print_oops_and_stack()
/linux/sound/soc/sof/intel/
A Datom.c167 if ((ipcd & SOF_IPC_PANIC_MAGIC_MASK) == SOF_IPC_PANIC_MAGIC) { in atom_irq_thread()
A Dcnl.c169 if ((hipctdr & SOF_IPC_PANIC_MAGIC_MASK) == SOF_IPC_PANIC_MAGIC) { in cnl_ipc_irq_thread()
A Dhda-ipc.c323 if ((hipct & SOF_IPC_PANIC_MAGIC_MASK) == SOF_IPC_PANIC_MAGIC) { in hda_dsp_ipc_irq_thread()
A Dbdw.c346 if ((ipcd & SOF_IPC_PANIC_MAGIC_MASK) == SOF_IPC_PANIC_MAGIC) { in bdw_irq_thread()
/linux/sound/soc/sof/imx/
A Dimx8m.c87 if ((p & SOF_IPC_PANIC_MAGIC_MASK) == SOF_IPC_PANIC_MAGIC) in imx8m_dsp_handle_request()
A Dimx8ulp.c99 if ((p & SOF_IPC_PANIC_MAGIC_MASK) == SOF_IPC_PANIC_MAGIC) in imx8ulp_dsp_handle_request()
A Dimx8.c93 if ((p & SOF_IPC_PANIC_MAGIC_MASK) == SOF_IPC_PANIC_MAGIC) in imx8_dsp_handle_request()
/linux/sound/soc/sof/mediatek/mt8195/
A Dmt8195.c73 if ((p & SOF_IPC_PANIC_MAGIC_MASK) == SOF_IPC_PANIC_MAGIC) { in mt8195_dsp_handle_request()
/linux/sound/soc/sof/mediatek/mt8186/
A Dmt8186.c73 if ((p & SOF_IPC_PANIC_MAGIC_MASK) == SOF_IPC_PANIC_MAGIC) { in mt8186_dsp_handle_request()

Completed in 18 milliseconds