Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/include/twl/mi/common/
DsharedWram.h456 u32 MI_AllocWram( MIWramPos wram, MIWramSize size, MIWramProc proc );
457 #define MI_AllocWram_A(size, proc) MI_AllocWram( MI_WRAM_A, size, proc )
458 #define MI_AllocWram_B(size, proc) MI_AllocWram( MI_WRAM_B, size, proc )
459 #define MI_AllocWram_C(size, proc) MI_AllocWram( MI_WRAM_C, size, proc )
/TwlSDK-5.3.1/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c1083 u32 MI_AllocWram( MIWramPos wram, MIWramSize size, MIWramProc proc ) in MI_AllocWram() function