Searched refs:MI_FreeWramSlot (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.3.1/include/twl/mi/common/ |
| D | sharedWram.h | 548 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.3.1/build/libraries/dsp/ARM9.TWL/src/ |
| D | dsp_process.c | 200 MI_FreeWramSlot(wram, slot, MI_WRAM_SIZE_32KB, MI_GetWramBankMaster(wram, slot)) > 0) in DSPi_CommitWram()
|
| /TwlSDK-5.3.1/build/libraries/mi/common.TWL/src/ |
| D | mi_sharedWram.c | 1358 int MI_FreeWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc ) in MI_FreeWramSlot() function
|