Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/soc/sof/
A Dipc4-topology.h16 #define SOF_IPC4_FW_ROUNDUP(x) (((x) + BIT(6) - 1) & (~(BIT(6) - 1))) macro
A Dipc4-topology.c845 task_mem += SOF_IPC4_FW_ROUNDUP(SOF_IPC4_LL_TASK_OBJECT_SIZE); in sof_ipc4_update_pipeline_mem_usage()
849 task_mem += SOF_IPC4_FW_ROUNDUP(SOF_IPC4_DP_TASK_OBJECT_SIZE); in sof_ipc4_update_pipeline_mem_usage()
853 ibs = SOF_IPC4_FW_ROUNDUP(ibs); in sof_ipc4_update_pipeline_mem_usage()

Completed in 8 milliseconds