Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/libraries/sp/src/
Dsp.c44 u32 mramBase, mramBase4, mramBase8, mramBase16; in SPInitSoundTable() local
54 mramBase16 = mramBase >> 1; in SPInitSoundTable()
91 sound->loopAddr = mramBase16 + sound->currentAddr; // dummy in SPInitSoundTable()
93 sound->endAddr = mramBase16 + sound->endAddr; in SPInitSoundTable()
94 sound->currentAddr = mramBase16 + sound->currentAddr; in SPInitSoundTable()
100 sound->loopAddr = mramBase16 + sound->loopAddr; in SPInitSoundTable()
101 sound->loopEndAddr = mramBase16 + sound->loopEndAddr; in SPInitSoundTable()
102 sound->endAddr = mramBase16 + sound->endAddr; in SPInitSoundTable()
103 sound->currentAddr = mramBase16 + sound->currentAddr; in SPInitSoundTable()