Home
last modified time | relevance | path

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

/TwlSDK-5.5/include/twl/dsp/common/
Dpipe.h55 #define DSP_PIPE_FLAG_PORTMASK 0x00FF // Negative field for port numbers macro
/TwlSDK-5.5/build/libraries/dsp/common/src/
Ddsp_pipe.c441 ((pipe->flags & DSP_PIPE_FLAG_PORTMASK) >> 1), in DSP_SyncPipe()
459 int port = ((pipe->flags & DSP_PIPE_FLAG_PORTMASK) >> 1); in DSP_FlushPipe()
474 DSP_SendData(DSP_PIPE_COMMAND_REGISTER, (u16)(pipe->flags & DSP_PIPE_FLAG_PORTMASK)); in DSP_FlushPipe()