Lines Matching refs:u16

170 void DSP_ResetOffExCore(u16 bitmap);
171 SDK_INLINE void DSP_ResetOffEx(u16 bitmap) in DSP_ResetOffEx()
283 void DSP_SendDataCore(u32 dataNo, u16 data);
284 SDK_INLINE void DSP_SendData(u32 dataNo, u16 data) in DSP_SendData()
301 u16 DSP_RecvDataCore(u32 dataNo);
302 SDK_INLINE u16 DSP_RecvData(u32 dataNo) in DSP_RecvData()
363 void DSP_SendFifoExCore(DSPFifoMemSel memsel, u16 dest, const u16 *src, int size, u16 flags);
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()
409 void DSP_RecvFifoExCore(DSPFifoMemSel memsel, u16 *dest, u16 src, int size, u16 flags);
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()
450 void DSP_SetCommandRegCore(u32 regNo, u16 data);
451 SDK_INLINE void DSP_SetCommandReg(u32 regNo, u16 data) in DSP_SetCommandReg()
468 u16 DSP_GetReplyRegCore(u32 regNo);
469 SDK_INLINE u16 DSP_GetReplyReg(u32 regNo) in DSP_GetReplyReg()
487 void DSP_SetSemaphoreCore(u16 mask);
488 SDK_INLINE void DSP_SetSemaphore(u16 mask) in DSP_SetSemaphore()
505 u16 DSP_GetSemaphoreCore(void);
506 SDK_INLINE u16 DSP_GetSemaphore(void) in DSP_GetSemaphore()
524 void DSP_ClearSemaphoreCore(u16 mask);
525 SDK_INLINE void DSP_ClearSemaphore(u16 mask) in DSP_ClearSemaphore()
542 void DSP_MaskSemaphoreCore(u16 mask);
543 SDK_INLINE void DSP_MaskSemaphore(u16 mask) in DSP_MaskSemaphore()