Home
last modified time | relevance | path

Searched refs:MI_WRAM_FREE (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.3.1/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c1110 if ( master == MI_WRAM_FREE && (reserve == proc || reserve == MI_WRAM_FREE) ) in MIi_DoAllocWram()
1210 if ( master == MI_WRAM_FREE && (reserve == proc || reserve == MI_WRAM_FREE) ) in MIi_DoAllocWramSlot()
1290 MIi_SetMaster(wram, n, MI_WRAM_FREE); in MIi_DoFreeWram()
1383 MIi_SetMaster(wram, n, MI_WRAM_FREE); in MIi_DoFreeWramSlot()
1636 if ( master == MI_WRAM_FREE && reserve == MI_WRAM_FREE ) in MIi_DoReserveWram()
1740 if ( master == MI_WRAM_FREE && reserve == MI_WRAM_FREE ) in MIi_DoReserveWramSlot()
1816 MIi_SetReservation(wram, n, MI_WRAM_FREE); in MIi_DoCancelWram()
1907 MIi_SetReservation(wram, n, MI_WRAM_FREE); in MIi_DoCancelWramSlot()
2145 if ( master == MI_WRAM_FREE && (reserve == proc || reserve == MI_WRAM_FREE) ) in MIi_DoGetAllocatableWramSlot()
2198 if ( MIi_GetMaster( wram, n ) != MI_WRAM_FREE ) in MI_GetUsedWramSlot()
[all …]
/TwlSDK-5.3.1/include/twl/mi/common/
DsharedWram.h62 MI_WRAM_FREE = 3 enumerator
850 #define MI_GetFreeWramSlot(wram) MI_GetAllocatableWramSlot( wram, MI_WRAM_FREE )