Searched refs:MI_WRAM_FREE (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.3.1/build/libraries/mi/common.TWL/src/ |
| D | mi_sharedWram.c | 1110 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/ |
| D | sharedWram.h | 62 MI_WRAM_FREE = 3 enumerator 850 #define MI_GetFreeWramSlot(wram) MI_GetAllocatableWramSlot( wram, MI_WRAM_FREE )
|