Searched refs:mramBase16 (Results 1 – 1 of 1) sorted by relevance
44 u32 mramBase, mramBase4, mramBase8, mramBase16; in SPInitSoundTable() local54 mramBase16 = mramBase >> 1; in SPInitSoundTable()91 sound->loopAddr = mramBase16 + sound->currentAddr; // dummy in SPInitSoundTable()93 sound->endAddr = mramBase16 + sound->endAddr; in SPInitSoundTable()94 sound->currentAddr = mramBase16 + sound->currentAddr; in SPInitSoundTable()100 sound->loopAddr = mramBase16 + sound->loopAddr; in SPInitSoundTable()101 sound->loopEndAddr = mramBase16 + sound->loopEndAddr; in SPInitSoundTable()102 sound->endAddr = mramBase16 + sound->endAddr; in SPInitSoundTable()103 sound->currentAddr = mramBase16 + sound->currentAddr; in SPInitSoundTable()