Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/sp/src/
Dsp.c37 u32 mramBase, mramBase4, mramBase8, mramBase16, in SPInitSoundTable() local
56 mramBase16 = mramBase >> 1; in SPInitSoundTable()
96 sound->endAddr = mramBase16 + sound->endAddr; in SPInitSoundTable()
97 sound->currentAddr = mramBase16 + sound->currentAddr; in SPInitSoundTable()
103 sound->loopAddr = mramBase16 + sound->loopAddr; in SPInitSoundTable()
104 sound->loopEndAddr = mramBase16 + sound->loopEndAddr; in SPInitSoundTable()
105 sound->endAddr = mramBase16 + sound->endAddr; in SPInitSoundTable()
106 sound->currentAddr = mramBase16 + sound->currentAddr; in SPInitSoundTable()