Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DArmSysCtl.cs44 return LockVal; in ReadDoubleWord()
155 LockVal = (ushort) value; in WriteDoubleWord()
159 LockVal = (ushort)(value & 0x7fff); in WriteDoubleWord()
181 if(LockVal == LOCK_VALUE) in WriteDoubleWord()
254 LockVal = 0; in Reset()
263 private ushort LockVal; field in Antmicro.Renode.Peripherals.Miscellaneous.ArmSysCtl