Lines Matching refs:MIWramPos

32 } MIWramPos;  typedef
175 void MIi_SetWramBank( MIWramPos wram, int num, MIWramProc proc, MIWramOffset offset, MIWramEnable e…
180 void MIi_SetWramBankMaster( MIWramPos wram, int num, MIWramProc proc );
185 void MIi_SetWramBankEnable( MIWramPos wram, int num, MIWramEnable enable );
200 vu8 MIi_GetWramBank( MIWramPos wram, int num );
218 MIWramProc MI_GetWramBankMaster( MIWramPos wram, int num );
249 MIWramOffset MI_GetWramBankOffset( MIWramPos wram, int num );
267 MIWramEnable MI_GetWramBankEnable( MIWramPos wram, int num );
316 u32 MI_GetWramMapStart( MIWramPos wram );
334 u32 MI_GetWramMapEnd( MIWramPos wram );
351 MIWramImage MI_GetWramMapImage( MIWramPos wram );
367 BOOL MI_IsWramSlotLocked( MIWramPos wram, int num );
380 SDK_INLINE int MIi_AddressToWramSlot(const void *address, MIWramPos *type) in MIi_AddressToWramSlot()
456 u32 MI_AllocWram( MIWramPos wram, MIWramSize size, MIWramProc proc );
479 u32 MI_AllocWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc );
502 int MI_FreeWram( MIWramPos wram, MIWramProc proc );
548 int MI_FreeWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc );
576 int MI_SwitchWram( MIWramPos wram, MIWramProc proc, MIWramProc newProc );
628 int MI_SwitchWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc, MIWramProc newPr…
660 u32 MI_ReserveWram( MIWramPos wram, MIWramSize size, MIWramProc proc );
693 u32 MI_ReserveWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc );
715 int MI_CancelWram( MIWramPos wram, MIWramProc proc );
739 int MI_CancelWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc );
758 int MI_LockWramSlots( MIWramPos wram, u32 slots );
777 int MI_UnlockWramSlots( MIWramPos wram, u32 slots );
800 MIWramProc MI_GetWramReservation( MIWramPos wram, int slot );
828 u8 MI_GetAllocatableWramSlot( MIWramPos wram, MIWramProc proc );
873 u8 MI_GetUsedWramSlot( MIWramPos wram );
896 BOOL MI_IsWramSlotUsed( MIWramPos wram, int slot );
947 void MI_DumpWramList(MIWramPos wram);