Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/dsp/ARM9.TWL/src/
Ddsp_g711.c32 static u32 DSPiG711CommandRecv = 0; variable
171 BOOL retval = (DSPiG711CommandSend == DSPiG711CommandRecv); in DSPi_TryWaitForG711Core()
180 ++DSPiG711CommandRecv; in DSPi_TryWaitForG711Core()
181 retval = (DSPiG711CommandSend == DSPiG711CommandRecv); in DSPi_TryWaitForG711Core()
198 if (DSPiG711CommandSend != DSPiG711CommandRecv) in DSPi_WaitForG711Core()
203 while (DSPiG711CommandSend != DSPiG711CommandRecv) in DSPi_WaitForG711Core()
206 ++DSPiG711CommandRecv; in DSPi_WaitForG711Core()