Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c650 return ( reg_MI_MBK_B_LOCK & (1 << (num+REG_MI_MBK_B_LOCK_B0_SHIFT)) )? TRUE: FALSE; in MI_IsWramSlotLocked_B()
1983 reg_MI_MBK_B_LOCK |= slots; in MIi_DoLockWramSlots()
2046 reg_MI_MBK_B_LOCK &= ~slots; in MIi_DoUnlockWramSlots()
/TwlSDK-5.1.0/include/twl/hw/ARM9/
Dioreg_MI.h644 #define reg_MI_MBK_B_LOCK (*( REGType8v *) REG_MBK_B_LOCK_ADDR) macro