Searched refs:MI_IsWramSlotUsed (Results 1 – 3 of 3) sorted by relevance
896 BOOL MI_IsWramSlotUsed( MIWramPos wram, int slot );897 #define MI_IsWramSlotUsed_A(slot) MI_IsWramSlotUsed( MI_WRAM_A, slot )898 #define MI_IsWramSlotUsed_B(slot) MI_IsWramSlotUsed( MI_WRAM_B, slot )899 #define MI_IsWramSlotUsed_C(slot) MI_IsWramSlotUsed( MI_WRAM_C, slot )
199 if (!MI_IsWramSlotUsed(wram, slot) || in DSPi_CommitWram()991 if (MI_IsWramSlotUsed(MI_WRAM_B, slot)) in DSP_IsProcessMemoryReady()1004 if (MI_IsWramSlotUsed(MI_WRAM_C, slot)) in DSP_IsProcessMemoryReady()
2223 BOOL MI_IsWramSlotUsed( MIWramPos wram, int slot ) in MI_IsWramSlotUsed() function