Searched refs:MI_WRAM_C (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.3.1/include/twl/mi/common/ |
| D | sharedWram.h | 31 MI_WRAM_C = 2 enumerator 392 *type = MI_WRAM_C; in MIi_AddressToWramSlot() 459 #define MI_AllocWram_C(size, proc) MI_AllocWram( MI_WRAM_C, size, proc ) 482 #define MI_AllocWramSlot_C(slot, size, proc) MI_AllocWramSlot( MI_WRAM_C, slot, size, proc ) 505 #define MI_FreeWram_C(proc) MI_FreeWram( MI_WRAM_C, proc ) 551 #define MI_FreeWramSlot_C(slot, size, proc) MI_FreeWramSlot( MI_WRAM_C, slot, size, proc ) 579 #define MI_SwitchWram_C(proc, newProc) MI_SwitchWram( MI_WRAM_C, proc, newProc ) 631 #define MI_SwitchWramSlot_C(slot, size, proc, newProc) MI_SwitchWramSlot(MI_WRAM_C, slot, size, pro… 663 #define MI_ReserveWram_C(size, proc) MI_ReserveWram( MI_WRAM_C, size, proc ) 696 #define MI_ReserveWramSlot_C(slot, size, proc) MI_ReserveWramSlot( MI_WRAM_C, slot, size, proc ) [all …]
|
| /TwlSDK-5.3.1/build/libraries/dsp/ARM9.TWL/src/ |
| D | dsp_process.c | 306 wrams[placement] = MI_WRAM_C; in DSPi_MapAndLoadProcessImageCallback() 313 wrams[placement] = MI_WRAM_C; in DSPi_MapAndLoadProcessImageCallback() 606 DSP_SwitchProcessMemory(context, MI_WRAM_C, 0, dspMemSize, MI_WRAM_DSP)) in DSP_MapAndLoadProcessImage() 791 (void)MI_FreeWram(MI_WRAM_C, MI_WRAM_DSP); in DSP_QuitProcess() 1003 if (MI_IsWramSlotUsed(MI_WRAM_C, slot)) in DSP_IsProcessMemoryReady() 1047 wram = MI_WRAM_C; in DSPi_LoadProcessImageCallback() 1123 DSP_SwitchProcessMemory(context, MI_WRAM_C, 0, dspMemSize, MI_WRAM_ARM9)) in DSP_LoadProcessImage() 1132 DSP_SwitchProcessMemory(context, MI_WRAM_C, 0, dspMemSize, MI_WRAM_DSP)) in DSP_LoadProcessImage()
|
| /TwlSDK-5.3.1/build/libraries/mi/common.TWL/src/ |
| D | mi_sharedWram.c | 750 #define MIi_GetReservation_C(num) (MIi_GetReservation( MI_WRAM_C, (num) )) 760 #define MIi_SetReservation_C(num,val) do{ MIi_SetReservation( MI_WRAM_C, (num), (val) ); } while(0) 768 #define MIi_GetMaster_C(num) (MIi_GetMaster( MI_WRAM_C, (num) )) 778 #define MIi_SetMaster_C(num,val) do{ MIi_SetMaster( MI_WRAM_C, (num), (val) ); } while(0) 804 if (wram == MI_WRAM_C) in MIi_GetAddress() 1985 case MI_WRAM_C: in MIi_DoLockWramSlots() 2048 case MI_WRAM_C: in MIi_DoUnlockWramSlots() 2513 MI_DumpWramList( MI_WRAM_C ); in MI_DumpWramListAll()
|