Searched refs:SOF_IPC4_FW_ROUNDUP (Results 1 – 2 of 2) sorted by relevance
16 #define SOF_IPC4_FW_ROUNDUP(x) (((x) + BIT(6) - 1) & (~(BIT(6) - 1))) macro
1081 task_mem += SOF_IPC4_FW_ROUNDUP(SOF_IPC4_LL_TASK_OBJECT_SIZE); in sof_ipc4_update_resource_usage()1085 task_mem += SOF_IPC4_FW_ROUNDUP(SOF_IPC4_DP_TASK_OBJECT_SIZE); in sof_ipc4_update_resource_usage()1089 ibs = SOF_IPC4_FW_ROUNDUP(ibs); in sof_ipc4_update_resource_usage()