Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_OneTimeProgrammableMemoryController.cs35 aValues = new ushort[ABValuesWordsCount]; in OpenTitan_OneTimeProgrammableMemoryController()
118 aValues = SplitValueChainIntoWordsArray(value);
488 var positionsConsumed = GetConsumedPositionsMap(aValues, bValues, lifeCycleState); in TryDecodeLifeCycleState()
503 var mask = 1 << (aValues.Length - 1); in EncodeLifeCycleState()
506 for(int index = 0; index < aValues.Length; index++) in EncodeLifeCycleState()
510 …underlyingMemory.WriteWord(writeOffset, currentPositionConsumed ? bValues[index] : aValues[index]); in EncodeLifeCycleState()
609 private ushort[] aValues; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_OneTimeProgrammableMemoryController