Home
last modified time | relevance | path

Searched refs:reg_DSP_PSTS (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.3.1/build/libraries/dsp/common/src/
Ddsp_if.c108 while ( reg_DSP_PSTS & REG_DSP_PSTS_PRST_MASK ) in DSP_ResetOnCore()
125 while ( reg_DSP_PSTS & REG_DSP_PSTS_PRST_MASK ) in DSP_ResetOffCore()
145 while ( reg_DSP_PSTS & REG_DSP_PSTS_PRST_MASK ) in DSP_ResetOffExCore()
219 return (reg_DSP_PSTS & ((1 << dataNo) << REG_DSP_PSTS_RCOMIM_SHIFT)) ? FALSE : TRUE; in DSP_SendDataIsEmptyCore()
234 return (reg_DSP_PSTS & ((1 << dataNo) << REG_DSP_PSTS_RRI_SHIFT)) ? TRUE : FALSE; in DSP_RecvDataIsReadyCore()
331 while (reg_DSP_PSTS & REG_DSP_PSTS_WFFI_MASK) in DSP_SendFifoExCore()
341 while (reg_DSP_PSTS & REG_DSP_PSTS_WFFI_MASK) in DSP_SendFifoExCore()
400 while ((reg_DSP_PSTS & REG_DSP_PSTS_RFNEI_MASK) == 0) in DSP_RecvFifoExCore()
410 while ((reg_DSP_PSTS & REG_DSP_PSTS_RFNEI_MASK) == 0) in DSP_RecvFifoExCore()
518 return (reg_DSP_PSTS & REG_DSP_PSTS_PSEMI_MASK) >> REG_DSP_PSTS_PSEMI_SHIFT; in DSP_CheckSemaphoreRequestCore()
/TwlSDK-5.3.1/include/twl/hw/ARM9/
Dioreg_DSP.h56 #define reg_DSP_PSTS (*(const REGType16v *) REG_PSTS_ADDR) macro
/TwlSDK-5.3.1/build/libraries/dsp/ARM9.TWL/src/
Ddsp_process.c142 int ready = (reg_DSP_SEM | (((reg_DSP_PSTS >> REG_DSP_PSTS_RRI0_SHIFT) & 7) << 16)); in DSPi_MasterInterrupts()