Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c656 return ( reg_MI_MBK_C_LOCK & (1 << (num+REG_MI_MBK_C_LOCK_C0_SHIFT)) )? TRUE: FALSE; in MI_IsWramSlotLocked_C()
1986 reg_MI_MBK_C_LOCK |= slots; in MIi_DoLockWramSlots()
2049 reg_MI_MBK_C_LOCK &= ~slots; in MIi_DoUnlockWramSlots()
/TwlSDK-5.1.0/include/twl/hw/ARM9/
Dioreg_MI.h650 #define reg_MI_MBK_C_LOCK (*( REGType8v *) REG_MBK_C_LOCK_ADDR) macro