Lines Matching refs:SDK_INLINE
99 SDK_INLINE void DSP_PowerOn(void) in DSP_PowerOn()
117 SDK_INLINE void DSP_PowerOff(void) in DSP_PowerOff()
135 SDK_INLINE void DSP_ResetOn(void) in DSP_ResetOn()
153 SDK_INLINE void DSP_ResetOff(void) in DSP_ResetOff()
171 SDK_INLINE void DSP_ResetOffEx(u16 bitmap) in DSP_ResetOffEx()
191 SDK_INLINE void DSP_ResetInterface(void) in DSP_ResetInterface()
209 SDK_INLINE void DSP_EnableRecvDataInterrupt(u32 dataNo) in DSP_EnableRecvDataInterrupt()
227 SDK_INLINE void DSP_DisableRecvDataInterrupt(u32 dataNo) in DSP_DisableRecvDataInterrupt()
245 SDK_INLINE BOOL DSP_SendDataIsEmpty(u32 dataNo) in DSP_SendDataIsEmpty()
264 SDK_INLINE BOOL DSP_RecvDataIsReady(u32 dataNo) in DSP_RecvDataIsReady()
284 SDK_INLINE void DSP_SendData(u32 dataNo, u16 data) in DSP_SendData()
302 SDK_INLINE u16 DSP_RecvData(u32 dataNo) in DSP_RecvData()
321 SDK_INLINE void DSP_EnableFifoInterrupt(DSPFifoIntr type) in DSP_EnableFifoInterrupt()
339 SDK_INLINE void DSP_DisableFifoInterrupt(DSPFifoIntr type) in DSP_DisableFifoInterrupt()
364 SDK_INLINE void DSP_SendFifoEx(DSPFifoMemSel memsel, u16 dest, const u16 *src, int size, u16 flags) in DSP_SendFifoEx()
410 SDK_INLINE void DSP_RecvFifoEx(DSPFifoMemSel memsel, u16 *dest, u16 src, int size, u16 flags) in DSP_RecvFifoEx()
451 SDK_INLINE void DSP_SetCommandReg(u32 regNo, u16 data) in DSP_SetCommandReg()
469 SDK_INLINE u16 DSP_GetReplyReg(u32 regNo) in DSP_GetReplyReg()
488 SDK_INLINE void DSP_SetSemaphore(u16 mask) in DSP_SetSemaphore()
506 SDK_INLINE u16 DSP_GetSemaphore(void) in DSP_GetSemaphore()
525 SDK_INLINE void DSP_ClearSemaphore(u16 mask) in DSP_ClearSemaphore()
543 SDK_INLINE void DSP_MaskSemaphore(u16 mask) in DSP_MaskSemaphore()
561 SDK_INLINE BOOL DSP_CheckSemaphoreRequest(void) in DSP_CheckSemaphoreRequest()
585 SDK_INLINE BOOL DSP_LoadFileAuto(const void *image) in DSP_LoadFileAuto()