Home
last modified time | relevance | path

Searched refs:mramBase4 (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
52 mramBase4 = mramBase << 1; in SPInitSoundTable()
67 sound->loopAddr = mramBase4 + sound->currentAddr; // dummy in SPInitSoundTable()
69 sound->endAddr = mramBase4 + sound->endAddr; in SPInitSoundTable()
70 sound->currentAddr = mramBase4 + sound->currentAddr; in SPInitSoundTable()
79 sound->loopAddr = mramBase4 + sound->loopAddr; in SPInitSoundTable()
80 sound->loopEndAddr = mramBase4 + sound->loopEndAddr; in SPInitSoundTable()
81 sound->endAddr = mramBase4 + sound->endAddr; in SPInitSoundTable()
82 sound->currentAddr = mramBase4 + sound->currentAddr; in SPInitSoundTable()