Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c762 static inline int MIi_GetMaster( MIWramPos wram, int num ) in MIi_GetMaster() function
766 #define MIi_GetMaster_A(num) (MIi_GetMaster( MI_WRAM_A, (num) ))
767 #define MIi_GetMaster_B(num) (MIi_GetMaster( MI_WRAM_B, (num) ))
768 #define MIi_GetMaster_C(num) (MIi_GetMaster( MI_WRAM_C, (num) ))
1107 int master = MIi_GetMaster( wram, n ); in MIi_DoAllocWram()
1208 int master = MIi_GetMaster( wram, n ); in MIi_DoAllocWramSlot()
1287 int master = MIi_GetMaster( wram, n ); in MIi_DoFreeWram()
1380 int master = MIi_GetMaster( wram, n ); in MIi_DoFreeWramSlot()
1455 int master = MIi_GetMaster( wram, n ); in MIi_DoSwitchWram()
1553 int master = MIi_GetMaster( wram, n ); in MIi_DoSwitchWramSlot()
[all …]