Lines Matching refs:pMRAMStart
240 static void LoadToARAM(void *pMRAMStart, void* pARAMStart, u32 length);
338 void *pMRAMStart; in LoadSamples() local
370 pMRAMStart = GetDSPADPCMDataAddress(Samples[i].mramAddr); in LoadSamples()
375 LoadToARAM(pMRAMStart, Samples[i].aramAddr, Samples[i].aramLength); in LoadSamples()
532 static void LoadToARAM(void *pMRAMStart, void* pARAMStart, u32 length) in LoadToARAM() argument
541 (u32)pMRAMStart, in LoadToARAM()
602 u32 pMRAMStart; in AquireVoiceADPCM() local
647 pMRAMStart = OSCachedToPhysical(GetDSPADPCMDataAddress(pDSPADPCMData)); in AquireVoiceADPCM()
656 mramAddress = (ps->sa + Bytes2Nibbles(pMRAMStart)); in AquireVoiceADPCM()
667 mramAddress = (ps->ea + Bytes2Nibbles(pMRAMStart)); in AquireVoiceADPCM()
671 mramAddress = (ps->ca + Bytes2Nibbles(pMRAMStart)); in AquireVoiceADPCM()