Home
last modified time | relevance | path

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

/TwlSDK-5.5/include/twl/dsp/ARM9/
Ddsp_if.h363 void DSP_SendFifoExCore(DSPFifoMemSel memsel, u16 dest, const u16 *src, int size, u16 flags);
368 DSP_SendFifoExCore(memsel, dest, src, size, flags); in DSP_SendFifoEx()
390 DSP_SendFifoExCore(memsel, dest, src, size, 0); in DSP_SendFifo()
/TwlSDK-5.5/build/libraries/dsp/common/src/
Ddsp_if.c334 void DSP_SendFifoExCore(DSPFifoMemSel memsel, u16 dest, const u16 *src, int size, u16 flags) in DSP_SendFifoExCore() function