Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/sof/
Dipc4-topology.h16 #define SOF_IPC4_FW_ROUNDUP(x) (((x) + BIT(6) - 1) & (~(BIT(6) - 1))) macro
Dipc4-topology.c1081 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()