Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c770 static inline void MIi_SetMaster( MIWramPos wram, int num, int val) in MIi_SetMaster() function
776 #define MIi_SetMaster_A(num,val) do{ MIi_SetMaster( MI_WRAM_A, (num), (val) ); } while(0)
777 #define MIi_SetMaster_B(num,val) do{ MIi_SetMaster( MI_WRAM_B, (num), (val) ); } while(0)
778 #define MIi_SetMaster_C(num,val) do{ MIi_SetMaster( MI_WRAM_C, (num), (val) ); } while(0)
1136 MIi_SetMaster(wram, firstBlock+n, proc); in MIi_DoAllocWram()
1222 MIi_SetMaster(wram, n, proc); 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()
1458 MIi_SetMaster(wram, n, newProc); in MIi_DoSwitchWram()
1556 MIi_SetMaster(wram, n, newProc); in MIi_DoSwitchWramSlot()