Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/axdemo/src/
Daxstream2.c179 u32 nextLoopEndR; member
1018 strm->nextLoopEndR = (u32)OSCachedToPhysical(strm->strmBufferR); in STRMStart()
1019 strm->nextLoopEndR *= 2; // Bytes -> nibbles in STRMStart()
1020 strm->nextLoopEndR += (u32)strm->strm1stLoopEnd; in STRMStart()
1262 AXSetVoiceEndAddr(activeStrm->voiceR, activeStrm->nextLoopEndR); in STRMUpdate()
1284 activeStrm->nextLoopEndR = (u32)OSCachedToPhysical(activeStrm->lsBufferR); in STRMUpdate()
1285 activeStrm->nextLoopEndR *= 2; // Bytes -> nibbles in STRMUpdate()
1286 activeStrm->nextLoopEndR += (u32)activeStrm->lsLoopEnd; in STRMUpdate()
1385 AXSetVoiceEndAddr(activeStrm->voiceR, activeStrm->nextLoopEndR); in STRMUpdate()
1405 activeStrm->nextLoopEndR = (u32)OSCachedToPhysical(activeStrm->strmBufferR); in STRMUpdate()
[all …]