Home
last modified time | relevance | path

Searched refs:mramBase8 (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
53 mramBase8 = mramBase; in SPInitSoundTable()
109 sound->loopAddr = mramBase8 + sound->currentAddr; // dummy in SPInitSoundTable()
111 sound->endAddr = mramBase8 + sound->endAddr; in SPInitSoundTable()
112 sound->currentAddr = mramBase8 + sound->currentAddr; in SPInitSoundTable()
118 sound->loopAddr = mramBase8 + sound->loopAddr; in SPInitSoundTable()
119 sound->loopEndAddr = mramBase8 + sound->loopEndAddr; in SPInitSoundTable()
120 sound->endAddr = mramBase8 + sound->endAddr; in SPInitSoundTable()
121 sound->currentAddr = mramBase8 + sound->currentAddr; in SPInitSoundTable()