Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos.TWL/mi/wramManager-1/src/
Dmain.c235 case MI_WRAM_ENABLE: return strEnable; in getEnableStr()
/TwlSDK-5.1.0/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c363 …return (*(REGType8v*)(REG_MBK_A0_ADDR + num) & MI_WRAM_ENABLE_MASK_A)? MI_WRAM_ENABLE: MI_WRAM_DIS… in MI_GetWramBankEnable_A()
368 …return (*(REGType8v*)(REG_MBK_B0_ADDR + num) & MI_WRAM_ENABLE_MASK_B)? MI_WRAM_ENABLE: MI_WRAM_DIS… in MI_GetWramBankEnable_B()
373 …return (*(REGType8v*)(REG_MBK_C0_ADDR + num) & MI_WRAM_ENABLE_MASK_C)? MI_WRAM_ENABLE: MI_WRAM_DIS… in MI_GetWramBankEnable_C()
1138 MIi_SetWramBankEnable( wram, firstBlock+n, MI_WRAM_ENABLE ); in MIi_DoAllocWram()
1224 MIi_SetWramBankEnable( wram, n, MI_WRAM_ENABLE ); in MIi_DoAllocWramSlot()
1460 MIi_SetWramBankEnable(wram, n, MI_WRAM_ENABLE ); in MIi_DoSwitchWram()
1558 MIi_SetWramBankEnable(wram, n, MI_WRAM_ENABLE ); in MIi_DoSwitchWramSlot()
/TwlSDK-5.1.0/include/twl/mi/common/
DsharedWram.h93 MI_WRAM_ENABLE = TRUE, enumerator