| /TwlSDK-5.1.0/build/libraries/dsp/common/src/ |
| D | dsp_util.c | 115 response.ctrl = DSP_32BIT_TO_DSP(response.ctrl); in DSPi_PipeCallbackForSound() 118 if ((response.ctrl & DSP_AUDIO_DRIVER_TARGET_MASK) == DSP_AUDIO_DRIVER_TARGET_OUTPUT) in DSPi_PipeCallbackForSound() 121 … if ((response.ctrl & DSP_AUDIO_DRIVER_CONTROL_MASK) == DSP_AUDIO_DRIVER_CONTROL_STOP) in DSPi_PipeCallbackForSound() 133 if ((response.ctrl & DSP_AUDIO_DRIVER_TARGET_MASK) == DSP_AUDIO_DRIVER_TARGET_INPUT) in DSPi_PipeCallbackForSound() 136 … if ((response.ctrl & DSP_AUDIO_DRIVER_CONTROL_MASK) == DSP_AUDIO_DRIVER_CONTROL_START) in DSPi_PipeCallbackForSound() 158 static void DSPi_PlaySoundEx(const void *src, u32 len, u32 ctrl, int priority) in DSPi_PlaySoundEx() argument 172 ctrl |= DSP_AUDIO_DRIVER_TARGET_OUTPUT; in DSPi_PlaySoundEx() 173 ctrl |= DSP_AUDIO_DRIVER_CONTROL_START; in DSPi_PlaySoundEx() 181 command.ctrl = DSP_32BIT_TO_DSP(ctrl); in DSPi_PlaySoundEx() 206 … u32 ctrl = (stereo != FALSE) ? DSP_AUDIO_DRIVER_MODE_STEREO : DSP_AUDIO_DRIVER_MODE_MONAURAL; in DSPi_PlaySoundCore() local [all …]
|
| /TwlSDK-5.1.0/build/libraries/os/common/include/ |
| D | mi_dma.h | 52 void MIi_DmaSetParams(u32 dmaNo, u32 src, u32 dest, u32 ctrl); 53 void MIi_DmaSetParams_wait(u32 dmaNo, u32 src, u32 dest, u32 ctrl); 54 void MIi_DmaSetParams_noInt(u32 dmaNo, u32 src, u32 dest, u32 ctrl); 55 void MIi_DmaSetParams_wait_noInt(u32 dmaNo, u32 src, u32 dest, u32 ctrl); 58 static inline void MIi_DmaSetParams(u32 dmaNo, u32 src, u32 dest, u32 ctrl) in MIi_DmaSetParams() argument 64 *(p + 2) = (vu32)ctrl; in MIi_DmaSetParams() 68 static inline void MIi_DmaSetParams_wait(u32 dmaNo, u32 src, u32 dest, u32 ctrl) in MIi_DmaSetParams_wait() argument 74 *(p + 2) = (vu32)ctrl; in MIi_DmaSetParams_wait() 84 static inline void MIi_DmaSetParams_noInt(u32 dmaNo, u32 src, u32 dest, u32 ctrl) in MIi_DmaSetParams_noInt() argument 89 *(p + 2) = (vu32)ctrl; in MIi_DmaSetParams_noInt() [all …]
|
| /TwlSDK-5.1.0/build/libraries/init/common/include/ |
| D | mi_dma.h | 52 void MIi_DmaSetParams(u32 dmaNo, u32 src, u32 dest, u32 ctrl); 53 void MIi_DmaSetParams_wait(u32 dmaNo, u32 src, u32 dest, u32 ctrl); 54 void MIi_DmaSetParams_noInt(u32 dmaNo, u32 src, u32 dest, u32 ctrl); 55 void MIi_DmaSetParams_wait_noInt(u32 dmaNo, u32 src, u32 dest, u32 ctrl); 58 static inline void MIi_DmaSetParams(u32 dmaNo, u32 src, u32 dest, u32 ctrl) in MIi_DmaSetParams() argument 64 *(p + 2) = (vu32)ctrl; in MIi_DmaSetParams() 68 static inline void MIi_DmaSetParams_wait(u32 dmaNo, u32 src, u32 dest, u32 ctrl) in MIi_DmaSetParams_wait() argument 74 *(p + 2) = (vu32)ctrl; in MIi_DmaSetParams_wait() 84 static inline void MIi_DmaSetParams_noInt(u32 dmaNo, u32 src, u32 dest, u32 ctrl) in MIi_DmaSetParams_noInt() argument 89 *(p + 2) = (vu32)ctrl; in MIi_DmaSetParams_noInt() [all …]
|
| /TwlSDK-5.1.0/include/twl/dsp/common/ |
| D | audio.h | 34 DSPByte32 ctrl; member 43 DSPByte32 ctrl; member 52 DSPByte32 ctrl; member
|
| /TwlSDK-5.1.0/build/libraries/dsp/ARM9.TWL/src/ |
| D | dsp_g711.c | 71 command.ctrl = DSP_32BIT_TO_DSP(flags); in DSPi_SendCodecG711()
|
| /TwlSDK-5.1.0/build/libraries/mi/common/include/ |
| D | mi_dma.h | 52 void MIi_DmaSetParameters(u32 dmaNo, u32 src, u32 dest, u32 ctrl, u32 mode);
|
| /TwlSDK-5.1.0/build/libraries/card/common/src/ |
| D | card_rom.c | 395 u32 ctrl = reg_MI_MCCNT1; in CARDi_ReadRomWithCPU() local 396 if ((ctrl & REG_MI_MCCNT1_RDY_MASK) != 0) in CARDi_ReadRomWithCPU() 406 if ((ctrl & REG_MI_MCCNT1_START_MASK) == 0) in CARDi_ReadRomWithCPU()
|
| D | card_spi.c | 134 const u16 ctrl = (u16)(MCCNT0_MASTER_ON | in CARDi_EnableSpi() local 136 reg_MI_MCCNT0 = ctrl; in CARDi_EnableSpi()
|
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_reset.c | 660 u32 ctrl = *reg_CARD_CNT; in OSi_ReadCardRom32() local 663 if ((ctrl & CARD_CTRL_READY) != 0) in OSi_ReadCardRom32() 678 if (!(ctrl & CARD_CTRL_START)) in OSi_ReadCardRom32()
|
| /TwlSDK-5.1.0/build/libraries/mi/common/src/ |
| D | mi_dma.c | 26 void MIi_DmaSetParameters(u32 dmaNo, u32 src, u32 dest, u32 ctrl, u32 mode) in MIi_DmaSetParameters() argument 53 *(p + 2) = (vu32)ctrl; in MIi_DmaSetParameters() 95 void MIi_DmaSetParameters(u32 dmaNo, u32 src, u32 dest, u32 ctrl, u32 mode) in MIi_DmaSetParameters() argument 122 *(p + 2) = (vu32)ctrl; in MIi_DmaSetParameters()
|