Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/include/twl/mi/common/
DsharedWram.h758 int MI_LockWramSlots( MIWramPos wram, u32 slots );
759 #define MI_LockWramSlots_A(slots) MI_LockWramSlots( MI_WRAM_A, slots )
760 #define MI_LockWramSlots_B(slots) MI_LockWramSlots( MI_WRAM_B, slots )
761 #define MI_LockWramSlots_C(slots) MI_LockWramSlots( MI_WRAM_C, slots )
/TwlSDK-5.3.1/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c1945 int MI_LockWramSlots( MIWramPos wram, u32 slots ) in MI_LockWramSlots() function