Searched refs:MI_GetAllocatableWramSlot (Results 1 – 2 of 2) sorted by relevance
828 u8 MI_GetAllocatableWramSlot( MIWramPos wram, MIWramProc proc );829 #define MI_GetAllocatableWramSlot_A(proc) MI_GetAllocatableWramSlot( MI_WRAM_A, proc )830 #define MI_GetAllocatableWramSlot_B(proc) MI_GetAllocatableWramSlot( MI_WRAM_B, proc )831 #define MI_GetAllocatableWramSlot_C(proc) MI_GetAllocatableWramSlot( MI_WRAM_C, proc )850 #define MI_GetFreeWramSlot(wram) MI_GetAllocatableWramSlot( wram, MI_WRAM_FREE )
2120 u8 MI_GetAllocatableWramSlot( MIWramPos wram, MIWramProc proc ) in MI_GetAllocatableWramSlot() function