Searched refs:Bytes2Nibbles (Results 1 – 2 of 2) sorted by relevance
211 #define Bytes2Nibbles(n) (n << 1) macro628 aramAddress = (ps->sa + Bytes2Nibbles((u32)pARAMStart)); in AquireVoiceADPCM()634 aramAddress = Bytes2Nibbles((u32)ARAMBaseAddress) + 2; in AquireVoiceADPCM()639 aramAddress = (ps->ea + Bytes2Nibbles((u32)pARAMStart)); in AquireVoiceADPCM()643 aramAddress = (ps->ca + Bytes2Nibbles((u32)pARAMStart)); in AquireVoiceADPCM()656 mramAddress = (ps->sa + Bytes2Nibbles(pMRAMStart)); in AquireVoiceADPCM()662 mramAddress = Bytes2Nibbles(OSCachedToPhysical(zeroBuffer)) + 2; in AquireVoiceADPCM()667 mramAddress = (ps->ea + Bytes2Nibbles(pMRAMStart)); in AquireVoiceADPCM()671 mramAddress = (ps->ca + Bytes2Nibbles(pMRAMStart)); in AquireVoiceADPCM()
179 #define Bytes2Nibbles(n) (n << 1) macro703 mramAddress = (ps->sa + Bytes2Nibbles(pMRAMStart)); in AquireVoiceADPCM()709 mramAddress = Bytes2Nibbles(OSCachedToPhysical(zeroBuffer)) + 2; in AquireVoiceADPCM()714 mramAddress = (ps->ea + Bytes2Nibbles(pMRAMStart)); in AquireVoiceADPCM()718 mramAddress = (ps->ca + Bytes2Nibbles(pMRAMStart)); in AquireVoiceADPCM()