Searched defs:memsel (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.4/include/twl/dsp/ARM9/ |
| D | dsp_if.h | 364 SDK_INLINE void DSP_SendFifoEx(DSPFifoMemSel memsel, u16 dest, const u16 *src, int size, u16 flags) in DSP_SendFifoEx() 386 static inline void DSP_SendFifo(DSPFifoMemSel memsel, u16 dest, const u16 *src, int size) in DSP_SendFifo() 410 SDK_INLINE void DSP_RecvFifoEx(DSPFifoMemSel memsel, u16 *dest, u16 src, int size, u16 flags) in DSP_RecvFifoEx() 432 static inline void DSP_RecvFifo(DSPFifoMemSel memsel, u16* dest, u16 src, int size) in DSP_RecvFifo()
|
| /TwlSDK-5.4/build/libraries/dsp/common/src/ |
| D | dsp_if.c | 327 void DSP_SendFifoExCore(DSPFifoMemSel memsel, u16 dest, const u16 *src, int size, u16 flags) in DSP_SendFifoExCore() 378 void DSP_RecvFifoExCore(DSPFifoMemSel memsel, u16* dest, u16 src, int size, u16 flags) in DSP_RecvFifoExCore()
|
| /TwlSDK-5.4/include/twl/hw/ARM9/ |
| D | ioreg_DSP.h | 179 #define REG_DSP_PCFG_FIELD( memsel, prie2, prie1, prie0, wfeie, wffie, rfneie, rffie, rs, drs, aim,… argument
|