Home
last modified time | relevance | path

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