Home
last modified time | relevance | path

Searched refs:MI_WRAM_A (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/include/twl/mi/common/
DsharedWram.h29 MI_WRAM_A = 0, enumerator
457 #define MI_AllocWram_A(size, proc) MI_AllocWram( MI_WRAM_A, size, proc )
480 #define MI_AllocWramSlot_A(slot, size, proc) MI_AllocWramSlot( MI_WRAM_A, slot, size, proc )
503 #define MI_FreeWram_A(proc) MI_FreeWram( MI_WRAM_A, proc )
549 #define MI_FreeWramSlot_A(slot, size, proc) MI_FreeWramSlot( MI_WRAM_A, slot, size, proc )
577 #define MI_SwitchWram_A(proc, newProc) MI_SwitchWram( MI_WRAM_A, proc, newProc )
629 #define MI_SwitchWramSlot_A(slot, size, proc, newProc) MI_SwitchWramSlot(MI_WRAM_A, slot, size, pro…
661 #define MI_ReserveWram_A(size, proc) MI_ReserveWram( MI_WRAM_A, size, proc )
694 #define MI_ReserveWramSlot_A(slot, size, proc) MI_ReserveWramSlot( MI_WRAM_A, slot, size, proc )
716 #define MI_CancelWram_A(proc) MI_CancelWram( MI_WRAM_A, proc )
[all …]
/TwlSDK-5.1.0/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c748 #define MIi_GetReservation_A(num) (MIi_GetReservation( MI_WRAM_A, (num) ))
758 #define MIi_SetReservation_A(num,val) do{ MIi_SetReservation( MI_WRAM_A, (num), (val) ); } while(0)
766 #define MIi_GetMaster_A(num) (MIi_GetMaster( MI_WRAM_A, (num) ))
776 #define MIi_SetMaster_A(num,val) do{ MIi_SetMaster( MI_WRAM_A, (num), (val) ); } while(0)
796 if (wram == MI_WRAM_A) in MIi_GetAddress()
1099 int blocks = (int)( (wram == MI_WRAM_A)? (size/2): size ); in MIi_DoAllocWram()
1103 int maxNum = (wram == MI_WRAM_A)? MI_WRAM_A_MAX_NUM: MI_WRAM_B_MAX_NUM; in MIi_DoAllocWram()
1199 int blocks = (int)( (wram == MI_WRAM_A)? (size/2): size ); in MIi_DoAllocWramSlot()
1201 int maxNum = (wram == MI_WRAM_A)? MI_WRAM_A_MAX_NUM: MI_WRAM_B_MAX_NUM; in MIi_DoAllocWramSlot()
1283 int maxNum = (wram == MI_WRAM_A)? MI_WRAM_A_MAX_NUM: MI_WRAM_B_MAX_NUM; in MIi_DoFreeWram()
[all …]
/TwlSDK-5.1.0/build/libraries/dsp/ARM9.TWL/src/
Ddsp_process.c1030 MIWramPos wram = MI_WRAM_A; in DSPi_LoadProcessImageCallback()
1056 if (wram != MI_WRAM_A) in DSPi_LoadProcessImageCallback()