Lines Matching defs:num
79 void MIi_SetWramBank_A( int num, MIWramProc proc, MIWramOffset offset, MIWramEnable enable ) in MIi_SetWramBank_A()
90 void MIi_SetWramBank_B( int num, MIWramProc proc, MIWramOffset offset, MIWramEnable enable ) in MIi_SetWramBank_B()
99 void MIi_SetWramBank_C( int num, MIWramProc proc, MIWramOffset offset, MIWramEnable enable ) in MIi_SetWramBank_C()
108 void MIi_SetWramBank( MIWramPos wram, int num, MIWramProc proc, MIWramOffset offset, MIWramEnable e… in MIi_SetWramBank()
128 vu8 MIi_GetWramBank_A( int num ) in MIi_GetWramBank_A()
134 vu8 MIi_GetWramBank_B( int num ) in MIi_GetWramBank_B()
140 vu8 MIi_GetWramBank_C( int num ) in MIi_GetWramBank_C()
146 static vu8 MIi_GetWramBank( MIWramPos wram, int num ) in MIi_GetWramBank()
172 void MIi_SetWramBankMaster_A( int num, MIWramProc proc ) in MIi_SetWramBankMaster_A()
180 void MIi_SetWramBankMaster_B( int num, MIWramProc proc ) in MIi_SetWramBankMaster_B()
188 void MIi_SetWramBankMaster_C( int num, MIWramProc proc ) in MIi_SetWramBankMaster_C()
196 void MIi_SetWramBankMaster( MIWramPos wram, int num, MIWramProc proc ) in MIi_SetWramBankMaster()
220 void MIi_SetWramBankEnable_A( int num, MIWramEnable enable ) in MIi_SetWramBankEnable_A()
228 void MIi_SetWramBankEnable_B( int num, MIWramEnable enable ) in MIi_SetWramBankEnable_B()
236 void MIi_SetWramBankEnable_C( int num, MIWramEnable enable ) in MIi_SetWramBankEnable_C()
244 void MIi_SetWramBankEnable( MIWramPos wram, int num, MIWramEnable enable ) in MIi_SetWramBankEnable()
269 MIWramProc MI_GetWramBankMaster_A( int num ) in MI_GetWramBankMaster_A()
274 MIWramProc MI_GetWramBankMaster_B( int num ) in MI_GetWramBankMaster_B()
279 MIWramProc MI_GetWramBankMaster_C( int num ) in MI_GetWramBankMaster_C()
284 MIWramProc MI_GetWramBankMaster( MIWramPos wram, int num ) in MI_GetWramBankMaster()
321 MIWramOffset MI_GetWramBankOffset_A( int num ) in MI_GetWramBankOffset_A()
326 MIWramOffset MI_GetWramBankOffset_B( int num ) in MI_GetWramBankOffset_B()
331 MIWramOffset MI_GetWramBankOffset_C( int num ) in MI_GetWramBankOffset_C()
336 MIWramOffset MI_GetWramBankOffset( MIWramPos wram, int num ) in MI_GetWramBankOffset()
360 MIWramEnable MI_GetWramBankEnable_A( int num ) in MI_GetWramBankEnable_A()
365 MIWramEnable MI_GetWramBankEnable_B( int num ) in MI_GetWramBankEnable_B()
370 MIWramEnable MI_GetWramBankEnable_C( int num ) in MI_GetWramBankEnable_C()
375 MIWramEnable MI_GetWramBankEnable( MIWramPos wram, int num ) in MI_GetWramBankEnable()
640 BOOL MI_IsWramSlotLocked_A( int num ) in MI_IsWramSlotLocked_A()
646 BOOL MI_IsWramSlotLocked_B( int num ) in MI_IsWramSlotLocked_B()
652 BOOL MI_IsWramSlotLocked_C( int num ) in MI_IsWramSlotLocked_C()
658 BOOL MI_IsWramSlotLocked( MIWramPos wram, int num ) in MI_IsWramSlotLocked()
744 static inline int MIi_GetReservation( MIWramPos wram, int num ) in MIi_GetReservation()
748 #define MIi_GetReservation_A(num) (MIi_GetReservation( MI_WRAM_A, (num) )) argument
749 #define MIi_GetReservation_B(num) (MIi_GetReservation( MI_WRAM_B, (num) )) argument
750 #define MIi_GetReservation_C(num) (MIi_GetReservation( MI_WRAM_C, (num) )) argument
752 static inline void MIi_SetReservation( MIWramPos wram, int num, int val) in MIi_SetReservation()
758 #define MIi_SetReservation_A(num,val) do{ MIi_SetReservation( MI_WRAM_A, (num), (val) ); } while(0) argument
759 #define MIi_SetReservation_B(num,val) do{ MIi_SetReservation( MI_WRAM_B, (num), (val) ); } while(0) argument
760 #define MIi_SetReservation_C(num,val) do{ MIi_SetReservation( MI_WRAM_C, (num), (val) ); } while(0) argument
762 static inline int MIi_GetMaster( MIWramPos wram, int num ) in MIi_GetMaster()
766 #define MIi_GetMaster_A(num) (MIi_GetMaster( MI_WRAM_A, (num) )) argument
767 #define MIi_GetMaster_B(num) (MIi_GetMaster( MI_WRAM_B, (num) )) argument
768 #define MIi_GetMaster_C(num) (MIi_GetMaster( MI_WRAM_C, (num) )) argument
770 static inline void MIi_SetMaster( MIWramPos wram, int num, int val) in MIi_SetMaster()
776 #define MIi_SetMaster_A(num,val) do{ MIi_SetMaster( MI_WRAM_A, (num), (val) ); } while(0) argument
777 #define MIi_SetMaster_B(num,val) do{ MIi_SetMaster( MI_WRAM_B, (num), (val) ); } while(0) argument
778 #define MIi_SetMaster_C(num,val) do{ MIi_SetMaster( MI_WRAM_C, (num), (val) ); } while(0) argument
782 static u32 MIi_GetAddress_A( int num ) in MIi_GetAddress_A()
786 static u32 MIi_GetAddress_B( int num ) in MIi_GetAddress_B()
790 static u32 MIi_GetAddress_C( int num ) in MIi_GetAddress_C()
794 static inline u32 MIi_GetAddress( MIWramPos wram, int num ) in MIi_GetAddress()