Searched refs:DSP_32BIT_TO_DSP (Results 1 – 4 of 4) sorted by relevance
115 response.ctrl = DSP_32BIT_TO_DSP(response.ctrl); in DSPi_PipeCallbackForSound()116 response.result = DSP_32BIT_TO_DSP(response.result); in DSPi_PipeCallbackForSound()181 command.ctrl = DSP_32BIT_TO_DSP(ctrl); in DSPi_PlaySoundEx()182 command.buf = DSP_32BIT_TO_DSP(src); in DSPi_PlaySoundEx()183 command.len = DSP_32BIT_TO_DSP(len); in DSPi_PlaySoundEx()184 command.opt = DSP_32BIT_TO_DSP(0); in DSPi_PlaySoundEx()398 command.ctrl = DSP_32BIT_TO_DSP(ctrl); in DSPi_StopSoundCore()399 command.buf = DSP_32BIT_TO_DSP(0); in DSPi_StopSoundCore()400 command.len = DSP_32BIT_TO_DSP(0); in DSPi_StopSoundCore()401 command.opt = DSP_32BIT_TO_DSP(0); in DSPi_StopSoundCore()[all …]
149 result = (s32)DSP_32BIT_TO_DSP(result); in DSPi_FileIOProc()
71 command.ctrl = DSP_32BIT_TO_DSP(flags); in DSPi_SendCodecG711()72 command.src = DSP_32BIT_TO_DSP((DSPAddrInARM)src); in DSPi_SendCodecG711()73 command.dst = DSP_32BIT_TO_DSP((DSPAddrInARM)dst); in DSPi_SendCodecG711()74 command.len = DSP_32BIT_TO_DSP(len); in DSPi_SendCodecG711()
51 #define DSP_32BIT_TO_DSP(value) (u32)(((u32)(value) >> 16) | ((u32)(value) << 16)) macro