Searched refs:MI_UnlockWramSlots (Results 1 – 2 of 2) sorted by relevance
777 int MI_UnlockWramSlots( MIWramPos wram, u32 slots );778 #define MI_UnlockWramSlots_A(slots) MI_UnlockWramSlots( MI_WRAM_A, slots )779 #define MI_UnlockWramSlots_B(slots) MI_UnlockWramSlots( MI_WRAM_B, slots )780 #define MI_UnlockWramSlots_C(slots) MI_UnlockWramSlots( MI_WRAM_C, slots )
2008 int MI_UnlockWramSlots( MIWramPos wram, u32 slots ) in MI_UnlockWramSlots() function