Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/axdemo/src/
Daxsimple.c240 static void LoadToARAM(void *pMRAMStart, void* pARAMStart, u32 length);
241 static AXVPB* AquireVoiceADPCM(void *pDSPADPCMData, void* pARAMStart);
532 static void LoadToARAM(void *pMRAMStart, void* pARAMStart, u32 length) in LoadToARAM() argument
542 (u32)pARAMStart, in LoadToARAM()
586 static AXVPB* AquireVoiceADPCM(void *pDSPADPCMData, void* pARAMStart) in AquireVoiceADPCM() argument
628 aramAddress = (ps->sa + Bytes2Nibbles((u32)pARAMStart)); in AquireVoiceADPCM()
639 aramAddress = (ps->ea + Bytes2Nibbles((u32)pARAMStart)); in AquireVoiceADPCM()
643 aramAddress = (ps->ca + Bytes2Nibbles((u32)pARAMStart)); in AquireVoiceADPCM()