Home
last modified time | relevance | path

Searched refs:mramBase (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
51 mramBase = OSCachedToPhysical(samples); in SPInitSoundTable()
52 mramBase4 = mramBase << 1; in SPInitSoundTable()
53 mramBase8 = mramBase; in SPInitSoundTable()
54 mramBase16 = mramBase >> 1; in SPInitSoundTable()