Home
last modified time | relevance | path

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

/TwlSDK-5.5/include/twl/mi/common/
DsharedWram.h548 int MI_FreeWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc );
549 #define MI_FreeWramSlot_A(slot, size, proc) MI_FreeWramSlot( MI_WRAM_A, slot, size, proc )
550 #define MI_FreeWramSlot_B(slot, size, proc) MI_FreeWramSlot( MI_WRAM_B, slot, size, proc )
551 #define MI_FreeWramSlot_C(slot, size, proc) MI_FreeWramSlot( MI_WRAM_C, slot, size, proc )
/TwlSDK-5.5/build/libraries/dsp/ARM9.TWL/src/
Ddsp_process.c200 MI_FreeWramSlot(wram, slot, MI_WRAM_SIZE_32KB, MI_GetWramBankMaster(wram, slot)) > 0) in DSPi_CommitWram()
/TwlSDK-5.5/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c1358 int MI_FreeWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc ) in MI_FreeWramSlot() function