Home
last modified time | relevance | path

Searched refs:SOF_IPC_PANIC_MAGIC (Results 1 – 8 of 8) sorted by relevance

/linux/include/sound/sof/
A Dtrace.h81 #define SOF_IPC_PANIC_MAGIC 0x0dead000 macro
84 #define SOF_IPC_PANIC_MEM (SOF_IPC_PANIC_MAGIC | 0x0)
85 #define SOF_IPC_PANIC_WORK (SOF_IPC_PANIC_MAGIC | 0x1)
86 #define SOF_IPC_PANIC_IPC (SOF_IPC_PANIC_MAGIC | 0x2)
87 #define SOF_IPC_PANIC_ARCH (SOF_IPC_PANIC_MAGIC | 0x3)
88 #define SOF_IPC_PANIC_PLATFORM (SOF_IPC_PANIC_MAGIC | 0x4)
89 #define SOF_IPC_PANIC_TASK (SOF_IPC_PANIC_MAGIC | 0x5)
92 #define SOF_IPC_PANIC_STACK (SOF_IPC_PANIC_MAGIC | 0x8)
93 #define SOF_IPC_PANIC_IDLE (SOF_IPC_PANIC_MAGIC | 0x9)
94 #define SOF_IPC_PANIC_WFI (SOF_IPC_PANIC_MAGIC | 0xa)
[all …]
/linux/sound/soc/sof/intel/
A Dhda-ipc.c200 if ((hipct & SOF_IPC_PANIC_MAGIC_MASK) == SOF_IPC_PANIC_MAGIC) { in hda_dsp_ipc_irq_thread()
A Dcnl.c86 SOF_IPC_PANIC_MAGIC) { in cnl_ipc_irq_thread()
A Datom.c169 if ((ipcd & SOF_IPC_PANIC_MAGIC_MASK) == SOF_IPC_PANIC_MAGIC) { in atom_irq_thread()
A Dbdw.c348 if ((ipcd & SOF_IPC_PANIC_MAGIC_MASK) == SOF_IPC_PANIC_MAGIC) { in bdw_irq_thread()
/linux/sound/soc/sof/imx/
A Dimx8m.c99 if ((p & SOF_IPC_PANIC_MAGIC_MASK) == SOF_IPC_PANIC_MAGIC) in imx8m_dsp_handle_request()
A Dimx8.c126 if ((p & SOF_IPC_PANIC_MAGIC_MASK) == SOF_IPC_PANIC_MAGIC) in imx8_dsp_handle_request()
/linux/sound/soc/sof/
A Dcore.c69 if ((panic_code & SOF_IPC_PANIC_MAGIC_MASK) != SOF_IPC_PANIC_MAGIC) { in snd_sof_get_status()

Completed in 14 milliseconds