Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/intel/skylake/
Dskl-sst-ipc.c26 #define IPC_GLB_REPLY_STATUS_MASK ((0x1 << IPC_GLB_REPLY_STATUS_SHIFT) - 1) macro
437 u32 reply = header.primary & IPC_GLB_REPLY_STATUS_MASK; in skl_ipc_process_reply()