Searched refs:WM_BUF_MSG_NUM (Results 1 – 1 of 1) sorted by relevance
28 #define WM_BUF_MSG_NUM 10 macro36 static u32 fifoBuf[WM_BUF_MSG_NUM][WM_FIFO_BUF_SIZE / sizeof(u32)] ATTRIBUTE_ALIGN(32);38 static OSMessage bufMsg[WM_BUF_MSG_NUM]; // Request queue buffer for WM7220 OS_InitMessageQueue(&bufMsgQ, bufMsg, WM_BUF_MSG_NUM); in WmInitCore()221 for (i = 0; i < WM_BUF_MSG_NUM; i++) in WmInitCore()