Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/axdemo/src/
Daxstream.c101 static u32 aramBufferR0; variable
345 aramBufferR0 = STREAM_BUFFERR_START / 2; in startStreamPcm16()
378 addr.loopAddressHi = (u16)(aramBufferR0 >> 16); in startStreamPcm16()
379 addr.loopAddressLo = (u16)(aramBufferR0 & 0xFFFF); in startStreamPcm16()
382 addr.currentAddressHi = (u16)(aramBufferR0 >> 16); in startStreamPcm16()
383 addr.currentAddressLo = (u16)(aramBufferR0 & 0xFFFF); in startStreamPcm16()
417 streamLastPositionR = aramBufferR0; in startStreamPcm16()
514 aramBufferR0 = STREAM_BUFFERR_START; in startStreamPcm8()
547 addr.loopAddressHi = (u16)(aramBufferR0 >> 16); in startStreamPcm8()
548 addr.loopAddressLo = (u16)(aramBufferR0 & 0xFFFF); in startStreamPcm8()
[all …]