Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/sof/
Dsof-client-ipc-flood-test.c22 #define MAX_IPC_FLOOD_DURATION_MS 1000 macro
207 if (ipc_duration_ms > MAX_IPC_FLOOD_DURATION_MS) in sof_ipc_flood_dfs_write()
208 ipc_duration_ms = MAX_IPC_FLOOD_DURATION_MS; in sof_ipc_flood_dfs_write()