Lines Matching refs:MIi_GetMaster
762 static inline int MIi_GetMaster( MIWramPos wram, int num ) in MIi_GetMaster() function
766 #define MIi_GetMaster_A(num) (MIi_GetMaster( MI_WRAM_A, (num) ))
767 #define MIi_GetMaster_B(num) (MIi_GetMaster( MI_WRAM_B, (num) ))
768 #define MIi_GetMaster_C(num) (MIi_GetMaster( MI_WRAM_C, (num) ))
1107 int master = MIi_GetMaster( wram, n ); in MIi_DoAllocWram()
1208 int master = MIi_GetMaster( wram, n ); in MIi_DoAllocWramSlot()
1287 int master = MIi_GetMaster( wram, n ); in MIi_DoFreeWram()
1380 int master = MIi_GetMaster( wram, n ); in MIi_DoFreeWramSlot()
1455 int master = MIi_GetMaster( wram, n ); in MIi_DoSwitchWram()
1553 int master = MIi_GetMaster( wram, n ); in MIi_DoSwitchWramSlot()
1633 int master = MIi_GetMaster( wram, n ); in MIi_DoReserveWram()
1737 int master = MIi_GetMaster( wram, slot ); in MIi_DoReserveWramSlot()
2142 int master = MIi_GetMaster( wram, n ); in MIi_DoGetAllocatableWramSlot()
2198 if ( MIi_GetMaster( wram, n ) != MI_WRAM_FREE ) in MI_GetUsedWramSlot()
2225 return (MIi_GetMaster(wram, slot) == MI_WRAM_FREE)? FALSE: TRUE; in MI_IsWramSlotUsed()