Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/
H A Dsof-client-ipc-flood-test.c23 #define MAX_IPC_FLOOD_COUNT 10000 macro
215 if (ipc_count > MAX_IPC_FLOOD_COUNT) in sof_ipc_flood_dfs_write()
216 ipc_count = MAX_IPC_FLOOD_COUNT; in sof_ipc_flood_dfs_write()