Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/snd/common/src/
Dsnd_command.c39 #define SND_PXI_FIFO_MESSAGE_BUFSIZE 8 macro
58 static SNDCommand *sWaitingCommandListQueue[SND_PXI_FIFO_MESSAGE_BUFSIZE + 1];
71 static OSMessage sCommandMesgBuffer[SND_PXI_FIFO_MESSAGE_BUFSIZE];
118 OS_InitMessageQueue(&sCommandMesgQueue, sCommandMesgBuffer, SND_PXI_FIFO_MESSAGE_BUFSIZE); in SND_CommandInit()
207 if (sWaitingCommandListQueueRead > SND_PXI_FIFO_MESSAGE_BUFSIZE) in SND_RecvCommandReply()
349 if (sWaitingCommandListCount >= SND_PXI_FIFO_MESSAGE_BUFSIZE) in SND_FlushCommand()
361 } while (sWaitingCommandListCount >= SND_PXI_FIFO_MESSAGE_BUFSIZE); in SND_FlushCommand()
382 while (sWaitingCommandListCount >= SND_PXI_FIFO_MESSAGE_BUFSIZE || in SND_FlushCommand()
404 if (sWaitingCommandListQueueWrite > SND_PXI_FIFO_MESSAGE_BUFSIZE) in SND_FlushCommand()