Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mi/common.TWL/src/
Dmi_sharedWram.c644 return ( reg_MI_MBK_A_LOCK & (1 << (num+REG_MI_MBK_A_LOCK_A0_SHIFT)) )? TRUE: FALSE; in MI_IsWramSlotLocked_A()
1980 reg_MI_MBK_A_LOCK |= slots; in MIi_DoLockWramSlots()
2043 reg_MI_MBK_A_LOCK &= ~slots; in MIi_DoUnlockWramSlots()
/TwlSDK-5.1.0/include/twl/hw/ARM9/
Dioreg_MI.h638 #define reg_MI_MBK_A_LOCK (*( REGType8v *) REG_MBK_A_LOCK_ADDR) macro