Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/snd/common/src/
Dsnd_command.c55 static SNDCommand *sReserveList; /* Reserved command list */ variable
134 sReserveList = NULL; in SND_CommandInit()
315 sReserveList = command; in SND_PushCommand()
342 if (sReserveList == NULL) in SND_FlushCommand()
364 if (sReserveList == NULL) in SND_FlushCommand()
374 if (PXI_SendWordByFifo(PXI_FIFO_TAG_SOUND, (u32)sReserveList, FALSE) < 0) in SND_FlushCommand()
383 PXI_SendWordByFifo(PXI_FIFO_TAG_SOUND, (u32)sReserveList, FALSE) < 0) in SND_FlushCommand()
392 if (sReserveList == NULL) in SND_FlushCommand()
402 sWaitingCommandListQueue[sWaitingCommandListQueueWrite] = sReserveList; in SND_FlushCommand()
408 sReserveList = NULL; in SND_FlushCommand()
[all …]