Lines Matching defs:wram

108 void MIi_SetWramBank( MIWramPos wram, int num, MIWramProc proc, MIWramOffset offset, MIWramEnable e…  in MIi_SetWramBank()
146 static vu8 MIi_GetWramBank( MIWramPos wram, int num ) in MIi_GetWramBank()
196 void MIi_SetWramBankMaster( MIWramPos wram, int num, MIWramProc proc ) in MIi_SetWramBankMaster()
244 void MIi_SetWramBankEnable( MIWramPos wram, int num, MIWramEnable enable ) in MIi_SetWramBankEnable()
284 MIWramProc MI_GetWramBankMaster( MIWramPos wram, int num ) in MI_GetWramBankMaster()
336 MIWramOffset MI_GetWramBankOffset( MIWramPos wram, int num ) in MI_GetWramBankOffset()
375 MIWramEnable MI_GetWramBankEnable( MIWramPos wram, int num ) in MI_GetWramBankEnable()
515 u32 MI_GetWramMapStart( MIWramPos wram ) in MI_GetWramMapStart()
565 u32 MI_GetWramMapEnd( MIWramPos wram ) in MI_GetWramMapEnd()
619 MIWramImage MI_GetWramMapImage( MIWramPos wram ) in MI_GetWramMapImage()
658 BOOL MI_IsWramSlotLocked( MIWramPos wram, int num ) in MI_IsWramSlotLocked()
734 u16 wram[3][MI_WRAM_B_MAX_NUM]; member
744 static inline int MIi_GetReservation( MIWramPos wram, int num ) in MIi_GetReservation()
752 static inline void MIi_SetReservation( MIWramPos wram, int num, int val) in MIi_SetReservation()
762 static inline int MIi_GetMaster( MIWramPos wram, int num ) in MIi_GetMaster()
770 static inline void MIi_SetMaster( MIWramPos wram, int num, int val) in MIi_SetMaster()
794 static inline u32 MIi_GetAddress( MIWramPos wram, int num ) in MIi_GetAddress()
930 MIWramPos wram; in MIi_CallbackForPxi() local
1083 u32 MI_AllocWram( MIWramPos wram, MIWramSize size, MIWramProc proc ) in MI_AllocWram()
1096 static u32 MIi_DoAllocWram( MIWramPos wram, MIWramSize size, MIWramProc proc ) in MIi_DoAllocWram()
1183 u32 MI_AllocWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc ) in MI_AllocWramSlot()
1196 static u32 MIi_DoAllocWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc ) in MIi_DoAllocWramSlot()
1265 int MI_FreeWram( MIWramPos wram, MIWramProc proc ) in MI_FreeWram()
1278 static int MIi_DoFreeWram( MIWramPos wram, MIWramProc proc ) in MIi_DoFreeWram()
1358 int MI_FreeWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc ) in MI_FreeWramSlot()
1371 static int MIi_DoFreeWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc ) in MIi_DoFreeWramSlot()
1433 int MI_SwitchWram( MIWramPos wram, MIWramProc proc, MIWramProc newProc ) in MI_SwitchWram()
1446 static int MIi_DoSwitchWram( MIWramPos wram, MIWramProc proc, MIWramProc newProc ) in MIi_DoSwitchWram()
1531 int MI_SwitchWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc, MIWramProc newPr… in MI_SwitchWramSlot()
1544 static int MIi_DoSwitchWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc, MIWram… in MIi_DoSwitchWramSlot()
1609 u32 MI_ReserveWram( MIWramPos wram, MIWramSize size, MIWramProc proc ) in MI_ReserveWram()
1622 static u32 MIi_DoReserveWram( MIWramPos wram, MIWramSize size, MIWramProc proc ) in MIi_DoReserveWram()
1713 u32 MI_ReserveWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc ) in MI_ReserveWramSlot()
1726 static u32 MIi_DoReserveWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc ) in MIi_DoReserveWramSlot()
1792 int MI_CancelWram( MIWramPos wram, MIWramProc proc ) in MI_CancelWram()
1805 static int MIi_DoCancelWram( MIWramPos wram, MIWramProc proc ) in MIi_DoCancelWram()
1882 int MI_CancelWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc ) in MI_CancelWramSlot()
1895 static int MIi_DoCancelWramSlot( MIWramPos wram, int slot, MIWramSize size, MIWramProc proc ) in MIi_DoCancelWramSlot()
1945 int MI_LockWramSlots( MIWramPos wram, u32 slots ) in MI_LockWramSlots()
1958 static int MIi_DoLockWramSlots( MIWramPos wram, u32 slots ) in MIi_DoLockWramSlots()
2008 int MI_UnlockWramSlots( MIWramPos wram, u32 slots ) in MI_UnlockWramSlots()
2021 static int MIi_DoUnlockWramSlots( MIWramPos wram, u32 slots ) in MIi_DoUnlockWramSlots()
2074 MIWramProc MI_GetWramReservation( MIWramPos wram, int slot ) in MI_GetWramReservation()
2120 u8 MI_GetAllocatableWramSlot( MIWramPos wram, MIWramProc proc ) in MI_GetAllocatableWramSlot()
2133 static int MIi_DoGetAllocatableWramSlot( MIWramPos wram, MIWramProc proc ) in MIi_DoGetAllocatableWramSlot()
2188 u8 MI_GetUsedWramSlot( MIWramPos wram ) in MI_GetUsedWramSlot()
2223 BOOL MI_IsWramSlotUsed( MIWramPos wram, int slot ) in MI_IsWramSlotUsed()
2317 static u32 MIi_MakeData( u32 command, MIWramPos wram, MIWramProc proc, u32 data ) in MIi_MakeData()
2335 static void MIi_TakeApartData( u32 pxiData, u32* command, MIWramPos* wram, MIWramProc* proc, u32* d… in MIi_TakeApartData()
2461 void MI_DumpWramList(MIWramPos wram) in MI_DumpWramList()