Home
last modified time | relevance | path

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

/TwlSDK-5.4/include/twl/dsp/common/
Dbyteaccess.h48 #define DSP_WORD_TO_ARM(word) (u16)((word) << 1) macro
/TwlSDK-5.4/build/libraries/dsp/common/src/
Ddsp_pipe.c105 len = DSP_WORD_TO_ARM(len); in DSPi_FileIOProc()
160 length = DSP_WORD_TO_ARM(length); in DSPi_FileIOProc()
181 length = DSP_WORD_TO_ARM(length); in DSPi_FileIOProc()
Ddsp_util.c547 &DSPiLocalRingBuffer[DSPiLocalRingOffset], DSP_WORD_TO_ARM(segment)); in DSPi_SyncSamplingBufferCore()